Enforcement-restrictions (Section)#

Path: /processing/authorization-managers/authorization-manager{id}/attribute/rule-list{name}/enforcement-restrictions

Enforcement restrictions for the rule-list.

Parameters#

NameTypeRequiredDefaultDescription
default-allow-readbooleanoptionalfalseThe decision to be used for read operations when no rule is matched in the rule-list.
default-allow-writebooleanoptionalfalseThe decision to be used for write (includes create, update and delete) operations when no rule is matched in the rule-list.
require-subject-matchbooleanoptionaltrueWhether the subject in the token has to match the subject used in the request. When set to ‘true’ only requests operating on ‘self’ will be allowed.

Was this helpful?