Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Constraint Type: All

Evaluates a list of specified sub-constraints to determine if all of them are true.

This constraint is most useful when nested under an Any constraint, as All is the default behavior of constraint lists in VERA.

Required Properties

  • 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

Constraint Type: Any

Evaluates a list of specified sub-constraints to determine if at least one of them is true.

Required Properties

  • 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

Constraint Type: Not

Evaluates a list of specified sub-constraints to determine if all of them are false.

Required Properties

  • 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

  • No labels