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(*, key_source: str | _models.KeySource | None = None, key_vault_properties: _models.KeyVaultProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_source
|
Type of the key source. Known values are: "Microsoft.Batch" and "Microsoft.KeyVault". Default value: None
|
key_vault_properties
|
Additional details when using Microsoft.KeyVault. Default value: None
|
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. |