userExperienceAnalyticsAnomalySeverity 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 severity of the anomaly. Eg: anomaly severity can be high, medium, low, informational or other.

Members

Member Value Description
high 0 Indicates the anomaly is of high severity.
medium 1 Indicates the anomaly is of medium severity.
low 2 Indicates the anomaly is of low severity.
informational 3 Indicates the anomaly is of informational severity.
other 4 Indicates the severity of anomaly is undefined.
unknownFutureValue 5 Evolvable enumeration sentinel value. Do not use.