IdentityForCmkArgs

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

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

Constructors

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

Properties

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

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