userExperienceAnalyticsAnomalyCorrelationGroupFeature 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.

Describes the features of a device that are shared between all devices in a correlation group.

Properties

Property Type Description
deviceFeatureType userExperienceAnalyticsAnomalyDeviceFeatureType The type of device feature. Possible values are: manufacturer, model, osVersion, application or driver. Possible values are: manufacturer, model, osVersion, application, driver, unknownFutureValue.
values String collection Specific metric values that describe the features of the given device feature type.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsAnomalyCorrelationGroupFeature",
  "deviceFeatureType": "String",
  "values": [
    "String"
  ]
}