| title | changeTrackedEntity resource type |
|---|---|
| description | Represents an entity to track changes made to any supported schedule and associated resource. |
| ms.localizationpriority | medium |
| author | akumar39 |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an entity to track changes made to any supported schedule and associated resource.
Base type of openShift, shift, and timeOff.
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| Stage for deletion | None | Stage the deletion of an openShift, shift, or timeOff instance in a schedule in draft mode. |
| Property | Type | Description |
|---|---|---|
| createdBy | identitySet | Identity of the user who created the entity. |
| createdDateTime | DateTimeOffset | The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
| id | String | The unique identifier for the changeTrackedEntity object. Read-only. |
| lastModifiedBy | identitySet | Identity of the user who last modified the entity. |
| lastModifiedDateTime | DateTimeOffset | The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
None.
The following JSON representation shows the resource type.
{
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)"
}