DeletedKey interface
介面,表示已刪除的 Key Vault 金鑰。
屬性
id | 金鑰識別碼。 |
key | 索引鍵值。 |
key |
此金鑰允許的作業 |
key |
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
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 }