changeTrackedEntity resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an entity to track changes made to any supported schedule and associated resource.

Base type of openShift, shift, and timeOff.

Inherits from entity.

Methods

Method Return type Description
Stage for deletion None Stage the deletion of an openShift, shift, or timeOff instance in a schedule in draft mode.

Properties

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.

Relationships

None.

JSON representation

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)"
}