Encryption interface
The encryption settings on the storage account.
Properties
encryption |
The identity to be used with service-side encryption at rest. |
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
encryptionIdentity
The identity to be used with service-side encryption at rest.
encryptionIdentity?: EncryptionIdentity
Property Value
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