KeyVaultKeyIdentifier interface

Represents the segments that compose a Key Vault Key Id.

Properties

name

The name of the Key Vault Key.

sourceId

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

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

vaultUrl

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

version

The version of Key Vault Key. Might be undefined.

Property Details

name

The name of the Key Vault Key.

name: string

Property Value

string

sourceId

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

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

sourceId: string

Property Value

string

vaultUrl

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

vaultUrl: string

Property Value

string

version

The version of Key Vault Key. Might be undefined.

version?: string

Property Value

string