Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Collection of app diagnostics associated with a user.
Properties
| Property | Type | Description | 
|---|---|---|
| powerliftId | Guid | The unique identifier of the app diagnostic. Example: 8520467a-49a9-44a4-8447-8dfb8bec6726 | 
| easyId | String | The unique app diagnostic identifier as a user friendly 8 character hexadecimal string. Example: 8520467A | 
| createdAtDateTime | DateTimeOffset | The time the app diagnostic was created. Example: 2022-04-19T17:24:45.313Z | 
| platform | String | The device's OS the diagnostic is from. Example: iOS | 
| application | String | The name of the application the diagnostic is from. Example: com.microsoft.CompanyPortal | 
| clientVersion | String | The version of the application. Example: 5.2203.1 | 
| locale | String | The locale information of the application. Example: en-US | 
| fileNames | String collection | A list of files that are associated with the diagnostic. | 
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
  "@odata.type": "#microsoft.graph.powerliftIncidentMetadata",
  "powerliftId": "Guid",
  "easyId": "String",
  "createdAtDateTime": "String (timestamp)",
  "platform": "String",
  "application": "String",
  "clientVersion": "String",
  "locale": "String",
  "fileNames": [
    "String"
  ]
}