SecretValueReferenceResponse

data class SecretValueReferenceResponse(val keyVault: KeyVaultReferenceResponse, val secretName: String, val secretVersion: String? = null)

Reference to a Key Vault secret.

Constructors

Link copied to clipboard
constructor(keyVault: KeyVaultReferenceResponse, secretName: String, secretVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the reference to a given Azure Key Vault.

Link copied to clipboard

Name of the secret.

Link copied to clipboard
val secretVersion: String? = null

The version of the secret to use. If left blank, the latest version of the secret is used.