KeyVaultKeyReferenceArgs

data class KeyVaultKeyReferenceArgs(val keyUrl: Output<String>, val sourceVault: Output<SubResourceArgs>) : ConvertibleToJava<KeyVaultKeyReferenceArgs>

Describes a reference to Key Vault Key

Constructors

Link copied to clipboard
constructor(keyUrl: Output<String>, sourceVault: Output<SubResourceArgs>)

Properties

Link copied to clipboard
val keyUrl: Output<String>

The URL referencing a key encryption key in Key Vault.

Link copied to clipboard

The relative URL of the Key Vault containing the key.

Functions

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