CMKIdentityDefinitionArgs

data class CMKIdentityDefinitionArgs(val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<CMKIdentityDefinitionArgs>

Managed Identity used for CMK.

Constructors

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

Properties

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

The resource id of the user assigned identity to authenticate to customer's key vault.

Functions

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