insightValueDouble resource type

Namespace: microsoft.graph

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

The value in an user experience analytics insight.

Inherits from userExperienceAnalyticsInsightValue

Properties

Property Type Description
value Double The double value of the user experience analytics insight.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.insightValueDouble",
  "value": "4.2"
}