DataEncryptionResponse

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

Constructors

Link copied to clipboard
constructor(geoBackupEncryptionKeyStatus: String? = null, geoBackupKeyURI: String? = null, geoBackupUserAssignedIdentityId: String? = null, primaryEncryptionKeyStatus: String? = null, primaryKeyURI: String? = null, primaryUserAssignedIdentityId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Geo-backup encryption key status for Data encryption enabled server.

Link copied to clipboard
val geoBackupKeyURI: String? = null

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
val primaryKeyURI: String? = null

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.

Link copied to clipboard
val type: String? = null

Data encryption type to depict if it is System Managed vs Azure Key vault.