Package version:

Interface KeyVaultKeyIdentifier

Represents the segments that compose a Key Vault Key Id.

Hierarchy

  • KeyVaultKeyIdentifier

Properties

name: string

The name of the Key Vault Key.

sourceId: string

The complete representation of the Key Vault Key Id. For example:

https://.vault.azure.net/keys//

vaultUrl: string

The URL of the Azure Key Vault instance to which the Key belongs.

version?: string

The version of Key Vault Key. Might be undefined.

Generated using TypeDoc