DataEncryptionType type

Defines values for DataEncryptionType.
KnownDataEncryptionType can be used interchangeably with DataEncryptionType, this enum contains the known values that the service supports.

Known values supported by the service

SystemManaged: Encryption managed by Azure using platform managed keys for simplicity and compliance.
AzureKeyVault: Encryption using customer managed keys stored in Azure Key Vault for enhanced control and security.

type DataEncryptionType = string