Package version:

Interface DeletedKey

An interface representing a deleted Key Vault Key.

Hierarchy

  • DeletedKey

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 & {
    deletedOn?: any;
    recoveryId?: string;
    scheduledPurgeDate?: any;
}

The properties of the key.

Generated using TypeDoc