SystemData Class
Metadata pertaining to creation and last modification of the resource.
- Inheritance
-
msrest.serialization.ModelSystemData
Constructor
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)
Parameters
Name | Description |
---|---|
created_by
Required
|
The identity that created the resource. |
created_by_type
Required
|
str or
CreatedByType
The type of identity that created the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key". |
created_at
Required
|
The timestamp of resource creation (UTC). |
last_modified_by
Required
|
The identity that last modified the resource. |
last_modified_by_type
Required
|
str or
CreatedByType
The type of identity that last modified the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key". |
last_modified_at
Required
|
The timestamp of resource last modification (UTC). |
Keyword-Only Parameters
Name | Description |
---|---|
created_by
Required
|
|
created_by_type
Required
|
|
created_at
Required
|
|
last_modified_by
Required
|
|
last_modified_by_type
Required
|
|
last_modified_at
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python