Encryption interface
The encryption settings on the storage account.
Properties
key |
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault |
key |
Properties provided by key vault. |
require |
A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. |
services | List of services which support encryption. |
Property Details
keySource
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault
keySource: string
Property Value
string
keyVaultProperties
Properties provided by key vault.
keyVaultProperties?: KeyVaultProperties
Property Value
requireInfrastructureEncryption
A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.
requireInfrastructureEncryption?: boolean
Property Value
boolean
services
List of services which support encryption.
services?: EncryptionServices