EncryptionPropertiesIdentityArgs

data class EncryptionPropertiesIdentityArgs(val userAssignedIdentity: Output<Any>? = null) : ConvertibleToJava<EncryptionPropertiesIdentityArgs>

User identity used for CMK.

Constructors

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

Properties

Link copied to clipboard
val userAssignedIdentity: Output<Any>? = null

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}'.

Functions

Link copied to clipboard
open override fun toJava(): EncryptionPropertiesIdentityArgs