EncryptionIdentityArgs

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

Identity used to authenticate with key vault.

Constructors

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

Functions

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

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.