userExperienceAnalyticsInsight resource type

Namespace: microsoft.graph

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

The user experience analytics insight is the recomendation to improve the user experience analytics score.

Properties

Property Type Description
userExperienceAnalyticsMetricId String The unique identifier of the user experience analytics metric.
insightId String The unique identifier of the user experience analytics insight.
values userExperienceAnalyticsInsightValue collection The value of the user experience analytics insight.
severity userExperienceAnalyticsInsightSeverity The severity of the user experience analytics insight. Possible values are: none, informational, warning, error. None by default. Possible values are: none, informational, warning, error, unknownFutureValue.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsInsight",
  "userExperienceAnalyticsMetricId": "String",
  "insightId": "String",
  "values": [
    {
      "@odata.type": "microsoft.graph.insightValueDouble",
      "value": "4.2"
    }
  ],
  "severity": "String"
}