ClientEncryptionKeyRequest interface
Interface representing a request for client encryption key in Cosmos DB.
Properties
| encryption |
The algorithm used to encrypt/decrypt data. |
| id | id of the client encryption key |
| key |
Metadata containing information necessary to wrap/unwrap the encryption key. |
| wrapped |
The wrapped (encrypted) data encryption key. |
Property Details
encryptionAlgorithm
The algorithm used to encrypt/decrypt data.
encryptionAlgorithm: string
Property Value
string
id
id of the client encryption key
id: string
Property Value
string
keyWrapMetadata
Metadata containing information necessary to wrap/unwrap the encryption key.
keyWrapMetadata: EncryptionKeyWrapMetadata
Property Value
wrappedDataEncryptionKey
The wrapped (encrypted) data encryption key.
wrappedDataEncryptionKey: string
Property Value
string