...
Type: Value must be
All
Constraints: A listing of sub-constraints. All sub-constraints in this list must evaluate to be true for the overall constraint to be true. Any VERA constraint type may be included in this list.
Optional Properties
None
Evaluation
True
: All specified sub-constraints evaluate toTrue
.False
: Any specified sub-constraint evaluates toFalse
.
Example
Determine whether both of the following conditions are true:
...
Type: Value must be
Any
Constraints: A listing of sub-constraints. Only one sub-constraint in this list must evaluate to be true for the overall constraint to be true. Any VERA constraint type may be included in this list.
Optional Properties
None
Evaluation
True
: At least one specified sub-constraint evaluates toTrue
.False
: All of the specified sub-constraints evaluate toFalse
.
Example
Determine if either of the following conditions are true:
...
Type: Value must be
Not
Constraints: A listing of sub-constraints. All sub-constraints in this list must evaluate to be false for the overall constraint to be true. Any VERA constraint type may be included in this list.
Optional Properties
None
Evaluation
True
: All specified sub-constraints evaluate toFalse
.False
: At least one of the specified sub-constraints evaluates toTrue
.
Example
Determine if both of the following conditions are false:
...