Azure Key Vault Secret Reference Response
data class AzureKeyVaultSecretReferenceResponse(val secretName: Any, val secretVersion: Any? = null, val store: LinkedServiceReferenceResponse, val type: String)
Azure Key Vault secret reference.
Constructors
Link copied to clipboard
constructor(secretName: Any, secretVersion: Any? = null, store: LinkedServiceReferenceResponse, type: String)
Properties
Link copied to clipboard
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
Link copied to clipboard
The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
Link copied to clipboard
The Azure Key Vault linked service reference.