Encryption Class
Properties to configure Encryption.
Constructor
Encryption(*, key_vault_properties: _models.KeyVaultProperties | None = None, key_source: str | _models.KeySource = '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. Known values are: "Microsoft.CognitiveServices" and "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. Known values are: "Microsoft.CognitiveServices" and "Microsoft.KeyVault". |