CmkKekIdentityResponse

data class CmkKekIdentityResponse(val identityId: String? = null, val identityType: String? = null)

The details of the managed identity used for CMK

Constructors

Link copied to clipboard
constructor(identityId: String? = null, identityType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identityId: String? = null

The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.

Link copied to clipboard
val identityType: String? = null

The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.