Skip to main content

identities

Overview

Nameidentities
TypeResource
Idgoogleworkspace.gmail.identities

Fields

NameDatatypeDescription
emailAddressstringThe email address for the sending identity. The email address must be the primary email address of the authenticated user.
primaryKeyPairIdstringIf a key pair is associated, the identifier of the key pair, CseKeyPair.

Methods

NameAccessible byRequired ParamsDescription
users_settings_cse_identities_getSELECTcseEmailAddress, userIdRetrieves a client-side encryption identity configuration. Beta.
users_settings_cse_identities_listSELECTuserIdLists the client-side encrypted identities for an authenticated user. Beta.
users_settings_cse_identities_createINSERTuserIdCreates and configures a client-side encryption identity that's authorized to send mail from the user account. Google publishes the S/MIME certificate to a shared domain-wide directory so that people within a Google Workspace organization can encrypt and send mail to the identity. Beta.
users_settings_cse_identities_deleteDELETEcseEmailAddress, userIdDeletes a client-side encryption identity. The authenticated user can no longer use the identity to send encrypted messages. You cannot restore the identity after you delete it. Instead, use the CreateCseIdentity method to create another identity with the same configuration. Beta.
users_settings_cse_identities_patchEXECemailAddress, userIdAssociates a different key pair with an existing client-side encryption identity. The updated key pair must validate against Google's S/MIME certificate profiles. Beta.