Package version:

Interface KeyVaultKey

An interface representing a Key Vault Key, with its name, value and KeyProperties.

Hierarchy

  • KeyVaultKey

Properties

id?: string

Key identifier.

The key value.

keyOperations?: string[]

Operations allowed on this key

keyType?: string

JsonWebKey Key Type (kty), as defined in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. Possible values include: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct', "oct-HSM"

name: string

The name of the key.

properties: KeyProperties

The properties of the key.

Generated using TypeDoc