CSEKeyPairs
Client-side encryption (CSE) key pairs used for signing and encryption operations. CSEKeyPairs store the private/public key pair information and associated metadata.
Columns
| Name | Type | ReadOnly | References | Description |
| KeyPairId [KEY] | String | True |
The immutable ID for the client-side encryption S/MIME key pair. | |
| Pem | String | True |
PEM-wrapped public key. For wrapping keys, it is the encryption public key. For signing keys, it is the verification public key. | |
| Pkcs7 | String | False |
PKCS#7 format of the certificate chain. A base64-encoded string. | |
| SubjectEmailAddresses | String | True |
The email address identities that are specified on the leaf certificate. A comma-separated list. | |
| EnablementState | String | True |
The current enablement state of the key pair. Possible values: stateUnspecified, enabled, disabled. | |
| DisableTime | String | True |
When the key pair was disabled. This field is only present if the key pair is disabled. | |
| PrivateKeyMetadata | String | False |
JSON array of private key metadata objects. Query the CSEPrivateKeyMetadata table for individual entries. |