Qodex.ai
Qodex.ai
Introduction
Authzed
v1-experimental-permissions-bulkcheckpermission
Experimental Service Bulk Check Permission
v1-experimental-relationships-bulkexport
BulkExportRelationships is the fastest path available to exporting relationships from the server. It is resumable, and will return results in an order determined by the server.
v1-experimental-relationships-bulkimport
BulkImportRelationships is a faster path to writing a large number of relationships at once. It is both batched and streaming. For maximum performance, the caller should attempt to write relationships in as close to relationship sort order as possible: (r
v1-permissions-check
CheckPermission determines for a given resource whether a subject computes to having a permission or is a direct member of a particular relation.
v1-permissions-expand
ExpandPermissionTree reveals the graph structure for a resource's permission or relation. This RPC does not recurse infinitely deep and may require multiple calls to fully unnest a deeply nested graph.
v1-permissions-resources
LookupResources returns all the resources of a given type that a subject can access whether via a computed permission or relation membership.
v1-permissions-subjects
LookupSubjects returns all the subjects of a given type that have access whether via a computed permission or relation membership.
v1-relationships-delete
DeleteRelationships atomically bulk deletes all relationships matching the provided filter. If no relationships match, none will be deleted and the operation will succeed. An optional set of preconditions can be provided that must be satisfied for the ope
v1-relationships-read
ReadRelationships reads a set of the relationships matching one or more filters.
v1-relationships-write
WriteRelationships atomically writes and/or deletes a set of specified relationships. An optional set of preconditions can be provided that must be satisfied for the operation to commit.
v1-schema-read
Read returns the current Object Definitions for a Permissions System.
v1-schema-write
Write overwrites the current Object Definitions for a Permissions System.
v1-watch
Watch Service Watch
Authzed API v1 Examples
Schema
Schema WriteSchema Read
Permissions
Relationships WriteRelationships ReadRelationships DeletePermissions CheckPermissions ExpandLookup ResourcesLookup Subjects
Watch
Watch
Health
Health
Introduction
Authzed
v1-experimental-permissions-bulkcheckpermission
Experimental Service Bulk Check Permission
v1-experimental-relationships-bulkexport
BulkExportRelationships is the fastest path available to exporting relationships from the server. It is resumable, and will return results in an order determined by the server.
v1-experimental-relationships-bulkimport
BulkImportRelationships is a faster path to writing a large number of relationships at once. It is both batched and streaming. For maximum performance, the caller should attempt to write relationships in as close to relationship sort order as possible: (r
v1-permissions-check
CheckPermission determines for a given resource whether a subject computes to having a permission or is a direct member of a particular relation.
v1-permissions-expand
ExpandPermissionTree reveals the graph structure for a resource's permission or relation. This RPC does not recurse infinitely deep and may require multiple calls to fully unnest a deeply nested graph.
v1-permissions-resources
LookupResources returns all the resources of a given type that a subject can access whether via a computed permission or relation membership.
v1-permissions-subjects
LookupSubjects returns all the subjects of a given type that have access whether via a computed permission or relation membership.
v1-relationships-delete
DeleteRelationships atomically bulk deletes all relationships matching the provided filter. If no relationships match, none will be deleted and the operation will succeed. An optional set of preconditions can be provided that must be satisfied for the ope
v1-relationships-read
ReadRelationships reads a set of the relationships matching one or more filters.
v1-relationships-write
WriteRelationships atomically writes and/or deletes a set of specified relationships. An optional set of preconditions can be provided that must be satisfied for the operation to commit.
v1-schema-read
Read returns the current Object Definitions for a Permissions System.
v1-schema-write
Write overwrites the current Object Definitions for a Permissions System.
v1-watch
Watch Service Watch
Authzed API v1 Examples
Schema
Schema WriteSchema Read
Permissions
Relationships WriteRelationships ReadRelationships DeletePermissions CheckPermissions ExpandLookup ResourcesLookup Subjects
Watch
Watch
Health
Health
HomeAuthzedv1-permissions-expand

v1-permissions-expand

Number of APIs: 1

  1. ExpandPermissionTree reveals the graph structure for a resource's permission or relation. This RPC does not recurse infinitely deep and may require multiple calls to fully unnest a deeply nested graph. POST {{baseUrl}}/v1/permissions/expand
Previous
CheckPermission determines for a given resource whether a subject computes to having a permission or is a direct member of a particular relation.
Next
ExpandPermissionTree reveals the graph structure for a resource's permission or relation. This RPC does not recurse infinitely deep and may require multiple calls to fully unnest a deeply nested graph.