Policy (List)#

Path: /processing/authorization-managers/authorization-manager{id}/scopes/policies/policy

The ordered list of applicable rules of the policy; processing will stop once the list is completely traversed or an allow decision is reached

Parameters#

NameTypeRequiredDefaultDescription
actionidentityrefrequiredThe action that is being performed which requires authorization
combine-rules-byenumerationoptionaloverriding-with-denyHow rules should be combined when multiple ones are defined and evaluated

Subsections#

NameTypeDescription
rules ListA condition that stipulates whether all scopes or any must be provided in order to arrive at an authorization decision

Was this helpful?