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#

NameTypeRequiredDefaultDescription
namestringrequiredThe name the rule. Must be unique within the rule-list.
access-operationmulti-value, enumerationoptionalThe list of access operations. The rule will be applied only for these operations.
attributemulti-value, stringoptionalThe 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.
decisionenumerationrequiredThe decision to be used when the rule is applied.
descriptionstringoptionalThe description of the rule.

Was this helpful?