Skip to main content
Schema for argument constraints in WAAS policy rules. These constraints validate function arguments against specified conditions.
string
required
Comparison operator for argument validation. See WaasPolicyConstraintCondition enum.Possible values: equal, notEqual, greater, less, greaterEqual, lessEqual
any
required
Reference value for comparison. The type depends on the argument being validated.
integer
required
Index of the function argument to validate (0-based). Must be greater than or equal to 0.
Last modified on January 21, 2026