EncryptionConfig Class

The encryption configuration for the account.

All required parameters must be populated in order to send to Azure.

Inheritance
EncryptionConfig

Constructor

EncryptionConfig(*, type, key_vault_meta_info=None, **kwargs)

Parameters

type
str or EncryptionConfigType
Required

Required. The type of encryption configuration being used. Currently the only supported types are 'UserManaged' and 'ServiceManaged'. Possible values include: 'UserManaged', 'ServiceManaged'

key_vault_meta_info
KeyVaultMetaInfo
Required

The Key Vault information for connecting to user managed encryption keys.