Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeletedKey

Package version

An interface representing a deleted Key Vault Key.

Hierarchy

  • DeletedKey

Index

Properties

Optional id

id: undefined | string

Key identifier.

Optional key

The key value.

Optional keyOperations

keyOperations: KeyOperation[]

Operations allowed on this key

Optional keyType

keyType: KeyType

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

name: string

The name of the key.

properties

properties: KeyProperties & { deletedOn?: Date; recoveryId?: undefined | string; scheduledPurgeDate?: Date }

The properties of the key.

Generated using TypeDoc