userExperienceAnalyticsAnomalyState 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 state of the anomaly. Eg: anomaly severity can be new, active, disabled, removed or other.

Members

Member Value Description
new 0 Indicates the state of anomaly is new.
active 1 Indicates the state of anomaly is active.
disabled 2 Indicates the state of anomaly is disabled.
removed 3 Indicates the state of anomaly is removed.
other 4 Indicates the state of anomaly is undefined.
unknownFutureValue 5 Evolvable enumeration sentinel value. Do not use.