Rule-list (List)#

Path: /processing/authorization-managers/authorization-manager{id}/attribute/rule-list

The list of rule-lists that attribute authorization manager should evaluate. First matched rule is applied. If no rule-list matches, the not_applicable authorization result is used.

Parameters#

NameTypeRequiredDefaultDescription
namestringrequiredThe name of the rule-list. Must be unique within the configuration.
descriptionstringoptionalThe description of the rule-list.

Subsections#

NameTypeDescription
enforcement-restrictions SectionEnforcement restrictions for the rule-list.
rule ListThe list of rules to evaluate. Once the first matched rule-list is picked, only rules from that rule-list are evaluated. The first matched rule is applied. If no rule matches, enforcement restrictions are applied.
select-rule-list-when SectionRequirements used to find matching rule-lists. All requirements must be satisfied in order for the rule-list to apply.

Was this helpful?