reportRoot resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

The resource that represents an instance of History Reports.

Methods

Method Return Type Description
Get reportRoot reportRoot Read properties and relationships of the reportRoot object.
Update reportRoot reportRoot Update the properties of a reportRoot object.
deviceConfigurationUserActivity function report Metadata for the device configuration user activity report
deviceConfigurationDeviceActivity function report Metadata for the device configuration device activity report

Properties

Property Type Description
id String The unique identifier for this entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.reportRoot",
  "id": "String (identifier)"
}