Share via


KeyVaultKey interface

代表金鑰保存庫 Key 的介面,其名稱、值和KeyProperties

屬性

id

金鑰識別碼。

key

索引鍵值。

keyOperations

此金鑰上允許的作業

keyType

JsonWebKey 索引鍵類型 (kty) ,如 中所 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40 定義。 可能的值包括:'EC'、'EC-HSM'、'RSA'、'RSA-HSM'、'oct'、「oct-HSM」

name

索引鍵名稱。

properties

索引鍵的屬性。

屬性詳細資料

id

金鑰識別碼。

id?: string

屬性值

string

key

索引鍵值。

key?: JsonWebKey_2

屬性值

keyOperations

此金鑰上允許的作業

keyOperations?: string[]

屬性值

string[]

keyType

JsonWebKey 索引鍵類型 (kty) ,如 中所 https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40 定義。 可能的值包括:'EC'、'EC-HSM'、'RSA'、'RSA-HSM'、'oct'、「oct-HSM」

keyType?: string

屬性值

string

name

索引鍵名稱。

name: string

屬性值

string

properties

索引鍵的屬性。

properties: KeyProperties

屬性值