Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultKeyIdentifier

Package version

Represents the segments that compose a Key Vault Key Id.

Hierarchy

  • KeyVaultKeyIdentifier

Index

Properties

name

name: string

The name of the Key Vault Key.

sourceId

sourceId: string

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

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

vaultUrl

vaultUrl: string

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

Optional version

version: undefined | string

The version of Key Vault Key. Might be undefined.

Generated using TypeDoc