/
OR Rule

OR Rule

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

Two or more of the following elements can appear:

Name

Cardinality

Description

Name

Cardinality

Description

<Rule



A single access rule to enforce.

<RuleRegex>



A single regular expression access rule to enforce.

<OR>

Two or more

An operator for combining any number of rules or operators with a disjunction.

<AND>



An operator for combining any number of rules or operators with a conjunction.

<NOT>



An operator for reversing the meaning of a single rule or operator.

Related content

Rule
More like this
PathRegex
Read with this
AND Rule
More like this
RuleRegex
Read with this
NOT Rule
More like this
ORConfiguration
ORConfiguration
More like this