Package version:

Interface KeyVaultAndSecretReference

Key Vault Secret Url and vault id of the encryption key

interface KeyVaultAndSecretReference {
    secretUrl: string;
    sourceVault: SourceVault;
}

Properties

secretUrl: string

Url pointing to a key or secret in KeyVault

sourceVault: SourceVault

Resource id of the KeyVault containing the key or secret