UsersSettingsCseKeypairsResource class

Constructors

UsersSettingsCseKeypairsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(CseKeyPair request, String userId, {String? $fields}) Future<CseKeyPair>
Creates and uploads a client-side encryption S/MIME public key certificate chain and private key metadata for the authenticated user.
disable(DisableCseKeyPairRequest request, String userId, String keyPairId, {String? $fields}) Future<CseKeyPair>
Turns off a client-side encryption key pair.
enable(EnableCseKeyPairRequest request, String userId, String keyPairId, {String? $fields}) Future<CseKeyPair>
Turns on a client-side encryption key pair that was turned off.
get(String userId, String keyPairId, {String? $fields}) Future<CseKeyPair>
Retrieves an existing client-side encryption key pair.
list(String userId, {int? pageSize, String? pageToken, String? $fields}) Future<ListCseKeyPairsResponse>
Lists client-side encryption key pairs for an authenticated user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
obliterate(ObliterateCseKeyPairRequest request, String userId, String keyPairId, {String? $fields}) Future<void>
Deletes a client-side encryption key pair permanently and immediately.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited