共用方式為


SecretAttributes 類別

秘密管理屬性。

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

繼承
azure.mgmt.keyvault.v2020_04_01_preview.models._models_py3.Attributes
SecretAttributes

建構函式

SecretAttributes(*, 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 以來的上次更新日期。