CMKIdentityDefinitionArgs

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

Managed Identity used for CMK.

Constructors

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

Functions

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

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.