Compartir a través de


EncryptionProperties Class

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

Constructor

EncryptionProperties(*args: Any, **kwargs: Any)

Variables

Name Description
key_source

Type of the key source. Known values are: "Microsoft.Batch" and "Microsoft.KeyVault".

key_vault_properties

Additional details when using Microsoft.KeyVault.

Attributes

key_source

"Microsoft.Batch" and "Microsoft.KeyVault".

key_source: str | _models.KeySource | None

key_vault_properties

Additional details when using Microsoft.KeyVault.

key_vault_properties: _models.KeyVaultProperties | None