VaultSecretResponse

data class VaultSecretResponse(val akvResourceId: String? = null, val akvTargetPassword: String? = null, val akvTargetUser: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val akvResourceId: String? = null

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
val akvTargetUser: String? = null

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