Access Control List

This contains the APIs to perform access control checks

Check Permission

Check for permission on resource(s) for a principal

Securityx-api-key
Request
Request Body schema:
required

These are the checks to perform for Access Control.

required
Array of objects (PermissionCheck) [ 0 .. 10000 ] items

List of permission checks to perform

object (AuthzPrincipal)
Responses
400

Bad Request

500

Internal server error

default

Result of the access check request

post/authz/api/acl
Request samples
{
  • "permissions": [
    ],
  • "principal": {
    }
}
Response samples
{
  • "status": "SUCCESS",
  • "code": "DEFAULT_ERROR_CODE",
  • "message": "string",
  • "correlationId": "string",
  • "errors": [
    ]
}