Vault Secret Args
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.
Properties
Link copied to clipboard
The Azure resource ID of the Key Vault instance storing database authentication secrets.
Link copied to clipboard
The path to the Key Vault secret storing the password for authentication to a target.
Link copied to clipboard
The path to the Key Vault secret storing the login name (aka user name, aka account name) for authentication to a target.