SystemData Class
Metadata pertaining to creation and last modification of the resource.
- Inheritance
-
SystemData
Constructor
SystemData(*, created_by: Optional[str] = None, created_by_type: Optional[Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.CreatedByType]] = None, created_at: Optional[datetime.datetime] = None, last_modified_by: Optional[str] = None, last_modified_by_type: Optional[Union[str, azure.mgmt.datab.models._data_box_edge_management_client_enums.CreatedByType]] = None, last_modified_at: Optional[datetime.datetime] = None, **kwargs)
Parameters
- created_by_type
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.CreatedByType>
Required
The type of identity that created the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key".
- last_modified_by_type
- str or <xref:azure.mgmt.databoxedge.v2020_12_01.models.CreatedByType>
Required
The type of identity that last modified the resource. Possible values include: "User", "Application", "ManagedIdentity", "Key".
Feedback
Submit and view feedback for