Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientEncryptionKeyResource

Package version

Cosmos DB client encryption key resource object.

Hierarchy

Index

Properties

Optional encryptionAlgorithm

encryptionAlgorithm: undefined | string

Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.

Optional id

id: undefined | string

Name of the ClientEncryptionKey

Optional keyWrapMetadata

keyWrapMetadata: KeyWrapMetadata

Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.

Optional wrappedDataEncryptionKey

wrappedDataEncryptionKey: Uint8Array

Wrapped (encrypted) form of the key represented as a byte array.

Generated using TypeDoc