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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | required | The name of the rule-list. Must be unique within the configuration. | |
| description | string | optional | The description of the rule-list. |
Subsections#
| Name | Type | Description |
|---|---|---|
| enforcement-restrictions | Section | Enforcement restrictions for the rule-list. |
| rule | List | The 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 | Section | Requirements used to find matching rule-lists. All requirements must be satisfied in order for the rule-list to apply. |