Authzed · Schema

PermissionRelationshipTree

PermissionRelationshipTree is used for representing a tree of a resource and its permission relationships with other objects.

AuthorizationAccess ControlPermissionsZanzibarSpiceDBgRPCRESTRelationship-Based Access ControlReBACFine-Grained AuthorizationIdentitySecurity

Properties

Name Type Description
intermediate object
leaf object
expandedObject object
expandedRelation string
View JSON Schema on GitHub

JSON Schema

PermissionRelationshipTree.json Raw ↑
{
  "type": "object",
  "properties": {
    "intermediate": {
      "$ref": "#/components/schemas/AlgebraicSubjectSet"
    },
    "leaf": {
      "$ref": "#/components/schemas/DirectSubjectSet"
    },
    "expandedObject": {
      "$ref": "#/components/schemas/ObjectReference"
    },
    "expandedRelation": {
      "type": "string"
    }
  },
  "description": "PermissionRelationshipTree is used for representing a tree of a resource and\nits permission relationships with other objects.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/authzed/main/json-schema/PermissionRelationshipTree.json",
  "title": "PermissionRelationshipTree"
}