CseKeyPair
import type { CseKeyPair } from "https://googleapis.deno.dev/v1/gmail:v1.ts";
A client-side encryption S/MIME key pair, which is comprised of a public
key, its certificate chain, and metadata for its paired private key. Gmail
uses the key pair to complete the following tasks: - Sign outgoing
client-side encrypted messages. - Save and reopen drafts of client-side
encrypted messages. - Save and reopen sent messages. - Decrypt incoming or
archived S/MIME messages. For administrators managing identities and keypairs
for users in their organization, requests require authorization with a
service
account
that has domain-wide delegation
authority
to impersonate users with the
https://www.googleapis.com/auth/gmail.settings.basic
scope. For users
managing their own identities and keypairs, requests require hardware key
encryption turned on and
configured.
§Properties
Output only. If a key pair is set to DISABLED
, the time that the key
pair's state changed from ENABLED
to DISABLED
. This field is present
only when the key pair is in state DISABLED
.
Output only. The current state of the key pair.
Output only. The immutable ID for the client-side encryption S/MIME key pair.
Metadata for instances of this key pair's private key.