共用方式為


DeletedKey interface

介面,表示已刪除的 Key Vault 金鑰。

屬性

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

屬性值

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

屬性值

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