assignmentFilterOperator 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.

Represents the different type of operators which can be used to craft the AssignmentFilter rule.

Members

Member Value Description
notSet 0 NotSet.
equals 1 Equals.
notEquals 2 NotEquals.
startsWith 3 StartsWith.
notStartsWith 4 NotStartsWith.
contains 5 Contains.
notContains 6 NotContains.
in 7 In.
notIn 8 NotIn.
endsWith 9 EndsWith.
notEndsWith 10 NotEndsWith.