ClientEncryptionIncludedPath interface

.

Properties

clientEncryptionKeyId

The identifier of the Client Encryption Key to be used to encrypt the path.

encryptionAlgorithm

The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256.

encryptionType

The type of encryption to be performed. Eg - Deterministic, Randomized.

path

Path that needs to be encrypted.

Property Details

clientEncryptionKeyId

The identifier of the Client Encryption Key to be used to encrypt the path.

clientEncryptionKeyId: string

Property Value

string

encryptionAlgorithm

The encryption algorithm which will be used. Eg - AEAD_AES_256_CBC_HMAC_SHA256.

encryptionAlgorithm: string

Property Value

string

encryptionType

The type of encryption to be performed. Eg - Deterministic, Randomized.

encryptionType: string

Property Value

string

path

Path that needs to be encrypted.

path: string

Property Value

string