Rules (List)#
Path: /processing/authorization-managers/authorization-manager{id}/scopes/policies/policy{action}/rules
A condition that stipulates whether all scopes or any must be provided in order to arrive at an authorization decision
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| id | non-empty-string | required | ||
| scope | multi-value, union | optional | The set of scopes that are considered for this rule | |
| authorization-decision | enumeration | optional | not-applicable | The resulting authorization decision to use when any of the scopes in this condition are included in the authorization request |
| applicability | enumeration | optional | any-of | Whether the rule should apply when all or any scopes match the ones for this rule |