KeyVaultKey interface
Uma interface que representa uma chave do cofre da chave, com seu nome, valor e KeyProperties.
Propriedades
id | Identificador de chave. |
key | O valor da chave. |
key |
Operações permitidas nesta chave |
key |
JsonWebKey Key Type (kty), conforme definido em https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. Os valores possíveis incluem: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct', "oct-HSM" |
name | O nome da chave. |
properties | As propriedades da chave. |
Detalhes de Propriedade
id
Identificador de chave.
id?: string
Valor de Propriedade
string
key
keyOperations
Operações permitidas nesta chave
keyOperations?: string[]
Valor de Propriedade
string[]
keyType
JsonWebKey Key Type (kty), conforme definido em https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40. Os valores possíveis incluem: 'EC', 'EC-HSM', 'RSA', 'RSA-HSM', 'oct', "oct-HSM"
keyType?: string
Valor de Propriedade
string
name
O nome da chave.
name: string
Valor de Propriedade
string