Package version:

Interface ClientEncryptionPolicy

Represents the client encryption policy associated with a container.

interface ClientEncryptionPolicy {
    includedPaths: ClientEncryptionIncludedPath[];
    policyFormatVersion?: number;
}

Properties

list of paths that needs to be encrypted along with their encryption settings.

policyFormatVersion?: number

Version of the client encryption policy definition. The supported versions are 1 and 2. Default is 1. Id and partition key paths encryption are only supported in version 2.