This document describes specification of filter strings and Filter objects. Filters restrict the results of queries or constrain system actions to sets of objects that meet the filter criteria 

Filters and Filter Strings - Compass (sailpoint.com)


example:

Basic Operators

 

Object attributes can be evaluated against a specified value (or another field) using the basic equality/inequality operators, expressed like Java equality/inequality statements:

 

OperationOperator SymbolExample
Equal==department == "Accounting"
Not equal!=region != "Europe"
Less than<scorecard.compositeScore < 300
Greater than>scorecard.compositeScore > 900
Less than or equal to<=tenure <= 10
Greater than or equal to>=tenure >= 1