users_settings_cse_keypairs_get | SELECT | keyPairId, userId | Retrieves an existing client-side encryption key pair. Beta. |
users_settings_cse_keypairs_list | SELECT | userId | Lists client-side encryption key pairs for an authenticated user. Beta. |
users_settings_cse_keypairs_create | INSERT | userId | Creates and uploads a client-side encryption S/MIME public key certificate chain and private key metadata for the authenticated user. Beta. |
users_settings_cse_keypairs_disable | EXEC | keyPairId, userId | Turns off a client-side encryption key pair. The authenticated user can no longer use the key pair to decrypt incoming CSE message texts or sign outgoing CSE mail. To regain access, use the EnableCseKeyPair to turn on the key pair. After 30 days, you can permanently delete the key pair by using the ObliterateCseKeyPair method. Beta. |
users_settings_cse_keypairs_enable | EXEC | keyPairId, userId | Turns on a client-side encryption key pair that was turned off. The key pair becomes active again for any associated client-side encryption identities. Beta. |
users_settings_cse_keypairs_obliterate | EXEC | keyPairId, userId | Deletes a client-side encryption key pair permanently and immediately. You can only permanently delete key pairs that have been turned off for more than 30 days. To turn off a key pair, use the DisableCseKeyPair method. Gmail can't restore or decrypt any messages that were encrypted by an obliterated key. Authenticated users and Google Workspace administrators lose access to reading the encrypted messages. Beta. |