KeyVaultAndKeyReferenceArgs

data class KeyVaultAndKeyReferenceArgs(val keyUrl: Output<String>, val sourceVault: Output<SourceVaultArgs>) : ConvertibleToJava<KeyVaultAndKeyReferenceArgs>

Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey

Constructors

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

Properties

Link copied to clipboard
val keyUrl: Output<String>

Url pointing to a key or secret in KeyVault

Link copied to clipboard

Resource id of the KeyVault containing the key or secret

Functions

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