AzureKeyVaultSecretReference interface
Azure Key Vault secret reference.
- Extends
Properties
secret |
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string). |
secret |
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). |
store | The Azure Key Vault linked service reference. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
secretName
The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
secretName: any
Property Value
any
secretVersion
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).
secretVersion?: any
Property Value
any
store
The Azure Key Vault linked service reference.
store: LinkedServiceReference
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureKeyVaultSecret"
Property Value
"AzureKeyVaultSecret"