Encryption Class
Properties to configure Encryption.
Constructor
Encryption(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
key_vault_properties
|
Properties of KeyVault. |
|
key_source
|
Enumerates the possible value of keySource for Encryption. Default value is "Microsoft.KeyVault". |
|
require_infrastructure_encryption
|
Enable Infrastructure Encryption (Double Encryption). |
Attributes
key_source
Enumerates the possible value of keySource for Encryption. Default value is "Microsoft.KeyVault".
key_source: Literal['Microsoft.KeyVault'] | None
key_vault_properties
Properties of KeyVault.
key_vault_properties: list['_models.KeyVaultProperties'] | None
require_infrastructure_encryption
Enable Infrastructure Encryption (Double Encryption).
require_infrastructure_encryption: bool | None