CSEIdentities
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.
Columns
| Name | Type | ReadOnly | References | Description |
| CseEmailAddress [KEY] | String | False |
The email address for the sending identity. The email address must be the primary email address of the authenticated user. | |
| PrimaryKeyPairId | String | False |
The ID of the CSE key pair to use as the primary key for signing and encryption. | |
| SigningKeyPairId | String | False |
The ID of the CseKeyPair that signs outgoing mail. | |
| EncryptionKeyPairId | String | False |
The ID of the CseKeyPair that encrypts signed outgoing mail. |