Package version:

Interface KeyVaultKeyReference

Describes a reference to Key Vault Key

interface KeyVaultKeyReference {
    keyUrl: string;
    sourceVault: SubResource;
}

Properties

Properties

keyUrl: string

The URL referencing a key encryption key in Key Vault.

sourceVault: SubResource

The relative URL of the Key Vault containing the key.