Condividi tramite


DeletedKey interface

Interfaccia che rappresenta una chiave di Key Vault eliminata.

Proprietà

id

Identificatore della chiave.

key

Valore della chiave.

keyOperations

Operazioni consentite su questa chiave

keyType

Tipo di chiave JsonWebKey (kty), come definito in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. I valori possibili includono: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct', "oct-HSM"

name

Nome della chiave.

properties

Proprietà della chiave.

Dettagli proprietà

id

Identificatore della chiave.

id?: string

Valore della proprietà

string

key

Valore della chiave.

key?: JsonWebKey_2

Valore della proprietà

keyOperations

Operazioni consentite su questa chiave

keyOperations?: string[]

Valore della proprietà

string[]

keyType

Tipo di chiave JsonWebKey (kty), come definito in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. I valori possibili includono: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct', "oct-HSM"

keyType?: string

Valore della proprietà

string

name

Nome della chiave.

name: string

Valore della proprietà

string

properties

Proprietà della chiave.

properties: KeyProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }

Valore della proprietà

KeyProperties & { deletedOn?: Date, recoveryId?: string, scheduledPurgeDate?: Date }