CmkKekIdentityResponse

data class CmkKekIdentityResponse(val useSystemAssignedIdentity: Boolean? = null, val userAssignedIdentity: String? = null)

The details of the identity used for CMK

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned

Link copied to clipboard

Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field