KeyVaultKey interface
Interfaccia che rappresenta una chiave Key Vault, con il nome, il valore e le proprietà chiave.
Proprietà
id | Identificatore della chiave. |
key | Valore della chiave. |
key |
Operazioni consentite su questa chiave |
key |
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
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