EncryptionPropertiesResponseIdentity

data class EncryptionPropertiesResponseIdentity(val userAssignedIdentity: Any? = null)

User identity used for CMK.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The user identity used for CMK. It will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.