ClientEncryptionPolicyArgs

data class ClientEncryptionPolicyArgs(val includedPaths: Output<List<ClientEncryptionIncludedPathArgs>>, val policyFormatVersion: Output<Int>) : ConvertibleToJava<ClientEncryptionPolicyArgs>

Cosmos DB client encryption policy.

Constructors

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

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.

Functions

Link copied to clipboard
open override fun toJava(): ClientEncryptionPolicyArgs