EncryptionIdentityArgs

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

Identity used to authenticate with key vault.

Constructors

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

Properties

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

The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.

Functions

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