deviceScopeOperator 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.
Device scope configuration query operator. Possible values are: equals, notEquals, contains, notContains, greaterThan, lessThan. Default value: equals.
Members
Member | Value | Description |
---|---|---|
none | 0 | No operator set for the device scope configuration. |
equals | 1 | Operator for the device configuration query to be used (Equals). |
unknownFutureValue | 2 | Placeholder value for future expansion enums such as notEquals, contains, notContains, greaterThan, lessThan. |