EncryptionIdentityArgs

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

Specifies the Managed Identity used by ADE to get access token for keyvault operations.

Constructors

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

Properties

Link copied to clipboard

Specifies ARM Resource ID of one of the user identities associated with the VM.

Functions

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