Data Encryption Response
data class DataEncryptionResponse(val geoBackupEncryptionKeyStatus: String? = null, val geoBackupKeyURI: String? = null, val geoBackupUserAssignedIdentityId: String? = null, val primaryEncryptionKeyStatus: String? = null, val primaryKeyURI: String? = null, val primaryUserAssignedIdentityId: String? = null, val type: String? = null)
Data encryption properties of a server
Properties
Link copied to clipboard
Geo-backup encryption key status for Data encryption enabled server.
Link copied to clipboard
URI for the key in keyvault for data encryption for geo-backup of server.
Link copied to clipboard
Resource Id for the User assigned identity to be used for data encryption for geo-backup of server.
Link copied to clipboard
Primary encryption key status for Data encryption enabled server.
Link copied to clipboard
URI for the key in keyvault for data encryption of the primary server.
Link copied to clipboard
Resource Id for the User assigned identity to be used for data encryption of the primary server.