Enforcement-restrictions (Section)#
Path: /processing/authorization-managers/authorization-manager{id}/attribute/rule-list{name}/enforcement-restrictions
Enforcement restrictions for the rule-list.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| default-allow-read | boolean | optional | false | The decision to be used for read operations when no rule is matched in the rule-list. |
| default-allow-write | boolean | optional | false | The decision to be used for write (includes create, update and delete) operations when no rule is matched in the rule-list. |
| require-subject-match | boolean | optional | true | Whether 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. |