AccountKeyVaultReferenceArgs

data class AccountKeyVaultReferenceArgs(val id: Output<String>, val url: Output<String>) : ConvertibleToJava<AccountKeyVaultReferenceArgs>

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>

The Azure identifier of the Azure KeyVault to use.

Link copied to clipboard
val url: Output<String>

The HTTPS URL of the Azure KeyVault to use.

Functions

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