KeyVaultReferenceArgs

data class KeyVaultReferenceArgs(val id: Output<String>) : ConvertibleToJava<KeyVaultReferenceArgs>

Specifies the link to a Key Vault.

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

Azure resource ID of the Key Vault.

Functions

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