TrackedResourceSystemData Class
Metadata pertaining to creation and last modification of the resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.purview.models._models_py3.SystemDataTrackedResourceSystemData
Constructor
TrackedResourceSystemData(**kwargs)
Variables
Name | Description |
---|---|
created_at
|
The timestamp of resource creation (UTC). |
created_by
|
The identity that created the resource. |
created_by_type
|
str or
CreatedByType
The type of identity that created the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key". |
last_modified_at
|
The timestamp of the last modification the resource (UTC). |
last_modified_by
|
The identity that last modified the resource. |
last_modified_by_type
|
The type of identity that last modified the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key". |
Azure SDK for Python