Package version:

Interface AzureKeyVaultSecretReference

Azure Key Vault secret reference.

interface AzureKeyVaultSecretReference {
    secretName: any;
    secretVersion?: any;
    store: LinkedServiceReference;
    type: "AzureKeyVaultSecret";
}

Hierarchy (view full)

Properties

secretName: any

The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).

secretVersion?: any

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).

The Azure Key Vault linked service reference.

type

Polymorphic discriminator, which specifies the different types this object can be