ServerGroupClusterDataEncryptionResponse

data class ServerGroupClusterDataEncryptionResponse(val primaryKeyUri: String? = null, val primaryUserAssignedIdentityId: String? = null, val type: String? = null)

The data encryption properties of a cluster.

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 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