Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

The <OR> element is an access control operator that combines any number of nested rules or operators with a disjunction, meaning it is satisfied if any one of its children itself is satisfied.

Child Elements

One Two or more of the following elements can appear:

  • <Rule>
    • A single access rule to enforce.
  • <RuleRegex>
    • A single regular expression access rule to enforce.
  • <OR>
    • An operator for combining any number of rules or operators with a disjunction.

...