Schema for argument constraints in WAAS policy rules. These constraints validate function arguments against specified conditions.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.
Comparison operator for argument validation. See WaasPolicyConstraintCondition enum.Possible values:
equal, notEqual, greater, less, greaterEqual, lessEqualReference value for comparison. The type depends on the argument being validated.
Index of the function argument to validate (0-based). Must be greater than or equal to 0.