a question related to accessing authorization info...
# spicedb
t
a question related to accessing authorization information in spicedb API for a single subject: Is it possible to get all resources and their current permission (not just relations) for a subject? Or this is only possible by specifying the relation/permission as well and calling the API multiple times with each relation/permission? For example: if I have a user who belongs to an organization and the organization has multiple resources (so no direct relation between the resources and the users), can we render a table with all accessible resources and their relations/permissions (read/write for example) using only a single API call?