billions-evening-60046
03/13/2023, 4:08 AMcheck
API is only capable of performing a single check request. For example in a scenario as follows
projects:FooProject#edit@(roles:ProjectManager#has)
projects:FooProject#delete@(roles:ProjectManager#has)
projects:FooProject#share@(roles:ProjectManager#has)
projects:FooProject#deploy@(roles:ProjectManager#has)
roles:ProjectManager#has@John
In here, if I want to check which permissions are allowed for the user John on the FooProject
, I would have to make 4 separate check requests.
Is there any possibility to make a batch request and figure out the authorization decisions in a single call?
I believe this batch operation will be highly useful when the number of tuples are considerably large.
Thanks in advance!steep-lamp-91158
adorable-businessperson-74291
06/08/2023, 5:19 AMadorable-businessperson-74291
06/08/2023, 5:48 AMsteep-lamp-91158
nice-holiday-24949
08/28/2023, 11:07 AM