SystemData クラス

リソースの作成と最後の変更に関連するメタデータ。

継承
SystemData

コンストラクター

SystemData(*, created_by: str | None = None, created_by_type: str | CreatedByType | None = None, created_at: datetime | None = None, last_modified_by: str | None = None, last_modified_by_type: str | CreatedByType | None = None, last_modified_at: datetime | None = None, **kwargs)

パラメーター

created_by
str

リソースを作成した ID。

created_by_type
str または CreatedByType

リソースを作成した ID の種類。 指定できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

created_at
datetime

リソース作成のタイムスタンプ (UTC)。

last_modified_by
str

リソースを最後に変更した ID。

last_modified_by_type
str または CreatedByType

リソースを最後に変更した ID の種類。 指定できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

last_modified_at
datetime

リソースの最終変更 (UTC) のタイムスタンプ。

変数

created_by
str

リソースを作成した ID。

created_by_type
str または CreatedByType

リソースを作成した ID の種類。 指定できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

created_at
datetime

リソース作成のタイムスタンプ (UTC)。

last_modified_by
str

リソースを最後に変更した ID。

last_modified_by_type
str または CreatedByType

リソースを最後に変更した ID の種類。 指定できる値は、"User"、"Application"、"ManagedIdentity"、"Key" です。

last_modified_at
datetime

リソースの最終変更 (UTC) のタイムスタンプ。