共用方式為


Attributes 類別

KeyVault 服務所管理的物件屬性。

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

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

建構函式

Attributes(*, enabled: bool | None = None, not_before: datetime | None = None, expires: datetime | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
enabled

判斷物件是否已啟用。

not_before

1970-01-01T00:00:00Z 之後的日期不是以秒為單位。

expires

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

變數

名稱 Description
enabled

判斷物件是否已啟用。

not_before

1970-01-01T00:00:00Z 之後的日期不是以秒為單位。

expires

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

created

自 1970-01-01T00:00:00Z 起的秒數建立時間。

updated

上次更新日期為 1970-01-01T00:00:00Z 之後的秒數。