Resource: CseIdentity
The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages.
JSON representation |
---|
{ "emailAddress": string, // Union field |
Fields | |
---|---|
emailAddress |
The email address for the sending identity. The email address must be the primary email address of the authenticated user. |
Union field
|
|
primaryKeyPairId |
If a key pair is associated, the ID of the key pair, |
signAndEncryptKeyPairs |
The configuration of a CSE identity that uses different key pairs for signing and encryption. |
SignAndEncryptKeyPairs
The configuration of a CSE identity that uses different key pairs for signing and encryption.
JSON representation |
---|
{ "signingKeyPairId": string, "encryptionKeyPairId": string } |
Fields | |
---|---|
signingKeyPairId |
The ID of the |
encryptionKeyPairId |
The ID of the |
Methods |
|
---|---|
|
Creates and configures a client-side encryption identity that's authorized to send mail from the user account. |
|
Deletes a client-side encryption identity. |
|
Retrieves a client-side encryption identity configuration. |
|
Lists the client-side encrypted identities for an authenticated user. |
|
Associates a different key pair with an existing client-side encryption identity. |