DataEncryptionResponse

data class DataEncryptionResponse(val primaryKeyURI: String? = null, val primaryUserAssignedIdentityId: String? = null, val type: String? = null)

Data encryption properties of a server

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primaryKeyURI: String? = null

URI for the key for data encryption for primary server.

Link copied to clipboard

Resource Id for the User assigned identity to be used for data encryption for primary server.

Link copied to clipboard
val type: String? = null

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