> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# WaasPolicyConstraintCondition

Enum that defines comparison operators for argument validation in WAAS policy rules.

## Values

* `equal` - Value must be equal to the reference value
* `notEqual` - Value must not be equal to the reference value
* `greater` - Value must be greater than the reference value
* `less` - Value must be less than the reference value
* `greaterEqual` - Value must be greater than or equal to the reference value
* `lessEqual` - Value must be less than or equal to the reference value
