SystemData Class

Read only system data.

Inheritance
SystemData

Constructor

SystemData(*, created_by: Optional[str] = None, created_by_type: Optional[Union[str, azure.mgmt.azurearcdata.models._azure_arc_data_management_client_enums.IdentityType]] = None, created_at: Optional[datetime.datetime] = None, last_modified_by: Optional[str] = None, last_modified_by_type: Optional[Union[str, azure.mgmt.azurearcdata.models._azure_arc_data_management_client_enums.IdentityType]] = None, last_modified_at: Optional[datetime.datetime] = None, **kwargs)

Parameters

created_by
str
Required

An identifier for the identity that created the resource.

created_by_type
str or <xref:azure_arc_data_management_client.models.IdentityType>
Required

The type of identity that created the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key".

created_at
datetime
Required

The timestamp of resource creation (UTC).

last_modified_by
str
Required

An identifier for the identity that last modified the resource.

last_modified_by_type
str or <xref:azure_arc_data_management_client.models.IdentityType>
Required

The type of identity that last modified the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key".

last_modified_at
datetime
Required

The timestamp of resource last modification (UTC).