userExperienceAnalyticsAnomalyDeviceFeatureType enum 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.

Indicates the device's feature type. Possible values are: manufacturer, model, osVersion, application or driver.

Members

Member Value Description
manufacturer 0 Indicates the manufacturer name as device feature type.
model 1 Indicates the model as a device feature type.
osVersion 2 Indicates the OS as a device feature type.
application 3 Indicates the application as a device feature type.
driver 4 Indicates the driver as a device feature type.
unknownFutureValue 5 Evolvable enumeration sentinel value. Do not use.