Authzed · Example Payload

Check Permission Request

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Check Permission Request is an example object payload from Authzed, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

consistencyresourcepermissionsubject

Example Payload

Raw ↑
{
  "consistency": {
    "minimizeLatency": true
  },
  "resource": {
    "objectType": "document",
    "objectId": "doc123"
  },
  "permission": "view",
  "subject": {
    "object": {
      "objectType": "user",
      "objectId": "user456"
    }
  }
}