ClientEncryptionPolicyResponse

data class ClientEncryptionPolicyResponse(val includedPaths: List<ClientEncryptionIncludedPathResponse>, val policyFormatVersion: Int)

Cosmos DB client encryption policy.

Constructors

Link copied to clipboard
constructor(includedPaths: List<ClientEncryptionIncludedPathResponse>, policyFormatVersion: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Paths of the item that need encryption along with path-specific settings.

Link copied to clipboard

Version of the client encryption policy definition. Supported versions are 1 and 2. Version 2 supports id and partition key path encryption.