共用方式為


KeyAttributes 類別

Azure 金鑰保存庫服務所管理的物件屬性。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.keyvault._serialization.Model
KeyAttributes

建構函式

KeyAttributes(*, enabled: bool | None = None, not_before: int | None = None, expires: int | None = None, exportable: bool = False, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
enabled

判斷是否啟用 物件。

not_before
int

自 1970-01-01T00:00:00Z 以來的日期不是在秒內。

expires
int

自 1970-01-01T00:00:00Z 起的秒數到期日。

exportable

指出是否可以匯出私密金鑰。

變數

名稱 Description
enabled

判斷是否啟用 物件。

not_before
int

自 1970-01-01T00:00:00Z 以來的日期不是在秒內。

expires
int

自 1970-01-01T00:00:00Z 起的秒數到期日。

created
int

自 1970-01-01T00:00:00Z 起的建立時間以秒為單位。

updated
int

自 1970-01-01T00:00:00Z 以來的上次更新日期。

recovery_level

物件目前正在生效的刪除復原層級。 如果它包含 「可清除」,則特殊許可權使用者可以永久刪除物件;否則,只有系統可以在保留間隔結束時清除物件。 已知值為:「Purgeable」、「Recoverable+Purgeable」、「Recoverable」和 「Recoverable+ProtectedSubscription」。

exportable

指出是否可以匯出私密金鑰。