ClientEncryptionIncludedPathResponse

data class ClientEncryptionIncludedPathResponse(val clientEncryptionKeyId: String, val encryptionAlgorithm: String, val encryptionType: String, val path: String)

.

Constructors

Link copied to clipboard
constructor(clientEncryptionKeyId: String, encryptionAlgorithm: String, encryptionType: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Path that needs to be encrypted.