edit
action. Let’s say we have a model as follows
document:12
belongs, and owners of the document:12
can edit. Permify runs two concurrent queries for parent.admin and owner:
Q1: Get the owners of the document:12
.
Q2: Get admins of the organization where document:12
belongs to.
Since edit action consist or between owner and parent.admin, if Permify Engine found user:3 in results of one of these queries then it terminates the other ongoing queries and returns authorized true to the client.
Rather than or, if we had an and relation then Permify Engine waits the results of these queries to returning a decision.