IdentityForCmkArgs

data class IdentityForCmkArgs(val userAssignedIdentity: Output<String>) : ConvertibleToJava<IdentityForCmkArgs>

Identity that will be used to access key vault for encryption at rest

Constructors

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

Properties

Link copied to clipboard

The ArmId of the user assigned identity that will be used to access the customer managed key vault

Functions

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