次の方法で共有


Attributes クラス

KeyVault サービスによって管理されるオブジェクト属性。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

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

コンストラクター

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

キーワードのみのパラメーター

名前 説明
enabled

オブジェクトが有効かどうかを判断します。

not_before

1970-01-01T00:00:00Z 以降の日付 (秒単位)。

expires

1970-01-01T00:00:00Z 以降の有効期限 (秒単位)。

変数

名前 説明
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 以降の最終更新時刻 (秒単位)。