Skip to content

Instantly share code, notes, and snippets.

@flyingsilverfin
Last active December 8, 2022 10:48
Show Gist options
  • Save flyingsilverfin/16dd737cfdf3150484cae482030df861 to your computer and use it in GitHub Desktop.
Save flyingsilverfin/16dd737cfdf3150484cae482030df861 to your computer and use it in GitHub Desktop.
Find users with access to resources
match
$x isa user; $r isa resource;
(accessor: $x, resource: $r) isa access, has permission $p;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment