ClientEncryptionPolicy Class

Cosmos DB client encryption policy.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
ClientEncryptionPolicy

Constructor

ClientEncryptionPolicy(*, included_paths: List[_models.ClientEncryptionIncludedPath], policy_format_version: int, **kwargs: Any)

Keyword-Only Parameters

Name Description
included_paths

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

policy_format_version
int

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

Variables

Name Description
included_paths

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

policy_format_version
int

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