Package version:

Interface KeyVaultAndKeyReference

Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey

interface KeyVaultAndKeyReference {
    keyUrl: string;
    sourceVault: SourceVault;
}

Properties

Properties

keyUrl: string

Url pointing to a key or secret in KeyVault

sourceVault: SourceVault

Resource id of the KeyVault containing the key or secret