EncryptionService

A service that allows server-side encryption to be used.

AzureBlob StorageCloud StorageFile StorageMicrosoftStorage

Properties

Name Type Description
enabled boolean A boolean indicating whether or not the service encrypts the data as it is stored.
keyType string Encryption key type to be used for the encryption service. 'Account' key type implies that an account-scoped encryption key will be used. 'Service' key type implies that a default service key is used.
lastEnabledTime string Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this t
View JSON Schema on GitHub