UsersSettingsCseIdentitiesResource class
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(CseIdentity request, String userId, {String? $fields})
→ Future<CseIdentity>
-
Creates and configures a client-side encryption identity that's authorized
to send mail from the user account.
-
delete(String userId, String cseEmailAddress, {String? $fields})
→ Future<void>
-
Deletes a client-side encryption identity.
-
get(String userId, String cseEmailAddress, {String? $fields})
→ Future<CseIdentity>
-
Retrieves a client-side encryption identity configuration.
-
list(String userId, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListCseIdentitiesResponse>
-
Lists the client-side encrypted identities for an authenticated user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CseIdentity request, String userId, String emailAddress, {String? $fields})
→ Future<CseIdentity>
-
Associates a different key pair with an existing client-side encryption
identity.
-
toString()
→ String
-
A string representation of this object.
inherited