Rule (List)#
Path: /processing/authorization-managers/authorization-manager{id}/attribute/rule-list{name}/rule
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.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | required | The name the rule. Must be unique within the rule-list. | |
| access-operation | multi-value, enumeration | optional | The list of access operations. The rule will be applied only for these operations. | |
| attribute | multi-value, string | optional | The list of attributes. The rule will be applied only for these attributes. Also free text is supported in addition to provided values. If provided attribute has nested sub-attributes, they will be matched too. | |
| decision | enumeration | required | The decision to be used when the rule is applied. | |
| description | string | optional | The description of the rule. |