Encryption Class

Properties to configure Encryption.

Inheritance
Encryption

Constructor

Encryption(*, key_vault_properties: Optional[List[azure.mgmt.eventhub.v2021_01_01_preview.models._models_py3.KeyVaultProperties]] = None, key_source: Optional[str] = 'Microsoft.KeyVault', require_infrastructure_encryption: Optional[bool] = None, **kwargs)

Variables

key_vault_properties
list[KeyVaultProperties]

Properties of KeyVault.

key_source
str

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

Enable Infrastructure Encryption (Double Encryption).