KekIdentityPropertiesResponse

data class KekIdentityPropertiesResponse(val useSystemAssignedIdentity: Any? = null, val userAssignedIdentity: String? = null)

Key encryption key properties

Constructors

Link copied to clipboard
constructor(useSystemAssignedIdentity: Any? = null, userAssignedIdentity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User assigned identity resource Id

Link copied to clipboard

Boolean specifying whether to use system assigned identity or not