Encryption Class
Properties to configure Encryption.
Constructor
Encryption(*, key_vault_properties: List[_models.KeyVaultProperties] | None = None, key_source: Literal['Microsoft.KeyVault'] = 'Microsoft.KeyVault', **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
key_vault_properties
|
Properties of KeyVault. Default value: None
|
|
key_source
|
Enumerates the possible value of keySource for Encryption. Default value is "Microsoft.KeyVault". Default value: Microsoft.KeyVault
|
Variables
| Name | Description |
|---|---|
|
key_vault_properties
|
Properties of KeyVault. |
|
key_source
|
Enumerates the possible value of keySource for Encryption. Default value is "Microsoft.KeyVault". |