Encryption Class
Properties to configure Encryption.
Constructor
Encryption()
Variables
| Name | Description |
|---|---|
|
key_vault_properties
|
list[<xref:"KeyVaultProperties">]
Properties of KeyVault. |
|
key_source
|
Literal["Microsoft.KeyVault"]
Enumerates the possible value of keySource for Encryption. Default value is "Microsoft.KeyVault". |
|
require_infrastructure_encryption
|
Enable Infrastructure Encryption (Double Encryption). |
Attributes
keySource
Enumerates the possible value of keySource for Encryption. Default value is "Microsoft.KeyVault".
keySource: Literal['Microsoft.KeyVault']
keyVaultProperties
Properties of KeyVault.
keyVaultProperties: list[azure.mgmt.servicebus.types.KeyVaultProperties]
requireInfrastructureEncryption
Enable Infrastructure Encryption (Double Encryption).
requireInfrastructureEncryption: bool