Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeletedKey

Package version

interface

An interface representing a deleted KeyVault Key.

Hierarchy

  • DeletedKey

Index

Properties

Optional id

id: undefined | string

Key identifier.

Optional key

The key value.

Optional keyOperations

keyOperations: JsonWebKeyOperation[]

Operations allowed on this key

Optional keyType

keyType: JsonWebKeyType

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'

name

name: string

The name of the key.

properties

properties: KeyProperties & object

The properties of the key.

Generated using TypeDoc