Skip to main content

NOT

This operator inverts the Boolean value of an expression and returns True if the expression is False and returns False if the expression is True.

Syntax:  

!(EXPRESSION)

 

Examples and results:  

NOT operator examples and results
ExampleResult
Given that @org is "UK" in the access request!(resource.@org = "UK") evaluates to False.
Given that @org is "US" in the access request!(resource.@org = "UK") evaluates to True.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!