Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties for detection operator.
Members
| Member | Value | Description |
|---|---|---|
| notConfigured | 0 | Not configured. |
| equal | 1 | Equal operator. |
| notEqual | 2 | Not equal operator. |
| greaterThan | 4 | Greater than operator. |
| greaterThanOrEqual | 5 | Greater than or equal operator. |
| lessThan | 8 | Less than operator. |
| lessThanOrEqual | 9 | Less than or equal operator. |