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:
Example | Result |
---|---|
Given that @org = "UK" in access request | !(resource.@org = "UK") evaluates to False. |
Given that @org = "US" in 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!