Encryption Class
Properties to configure Encryption.
- Inheritance
-
Encryption
Constructor
Encryption(*, key_vault_properties: Optional[List[azure.mgmt.servicebus.v2021_06_01_preview.models._models_py3.KeyVaultProperties]] = None, key_source: Optional[str] = 'Microsoft.KeyVault', require_infrastructure_encryption: Optional[bool] = None, **kwargs)
Parameters
- key_source
- str
Required
Enumerates the possible value of keySource for Encryption. The only acceptable values to pass in are None and "Microsoft.KeyVault". The default value is "Microsoft.KeyVault".
- require_infrastructure_encryption
- bool
Required
Enable Infrastructure Encryption (Double Encryption).
Feedback
Submit and view feedback for