Create an ABAC policy
POST/api/v1/abac-policies
Creates a policy that restricts access to individual records. A deny always wins: if any policy denies a request it is denied, whatever else allows it, and priority only orders the list on screen. A denial with no narrowing conditions is refused, because it would match every request and lock the tenant out of its own data. Requires abac-policy.create.
Request
Responses
- 201