Package version:

Interface KeyVaultSecretReference

Describes a reference to Key Vault Secret

interface KeyVaultSecretReference {
    secretUrl: string;
    sourceVault: SubResource;
}

Properties

secretUrl: string

The URL referencing a secret in a Key Vault.

sourceVault: SubResource

The relative URL of the Key Vault containing the secret.