KeyVaultAndSecretReferenceArgs

data class KeyVaultAndSecretReferenceArgs(val secretUrl: Output<String>, val sourceVault: Output<SourceVaultArgs>) : ConvertibleToJava<KeyVaultAndSecretReferenceArgs>

Key Vault Secret Url and vault id of the encryption key

Constructors

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

Properties

Link copied to clipboard
val secretUrl: 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(): KeyVaultAndSecretReferenceArgs