VaultSecretArgs

data class VaultSecretArgs(val akvResourceId: Output<String>? = null, val akvTargetPassword: Output<String>? = null, val akvTargetUser: Output<String>? = null) : ConvertibleToJava<VaultSecretArgs>

The vault specific details required if using SQL authentication to connect to a target.

Constructors

Link copied to clipboard
constructor(akvResourceId: Output<String>? = null, akvTargetPassword: Output<String>? = null, akvTargetUser: Output<String>? = null)

Properties

Link copied to clipboard
val akvResourceId: Output<String>? = null

The Azure resource ID of the Key Vault instance storing database authentication secrets.

Link copied to clipboard
val akvTargetPassword: Output<String>? = null

The path to the Key Vault secret storing the password for authentication to a target.

Link copied to clipboard
val akvTargetUser: Output<String>? = null

The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.

Functions

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