From 0ebcd50a17907be2313507ee1575fc89b4c58686 Mon Sep 17 00:00:00 2001 From: EgeAytin Date: Sat, 17 Feb 2024 13:36:08 +0300 Subject: [PATCH] docs: minor update on modeling section --- docs/docs/getting-started/modeling.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/getting-started/modeling.md b/docs/docs/getting-started/modeling.md index 0e3231f52..2a5fbc60b 100644 --- a/docs/docs/getting-started/modeling.md +++ b/docs/docs/getting-started/modeling.md @@ -217,6 +217,11 @@ You will then be able to specify not only individual users but also members of a - organization:1#viewer@user:U2 - organization:1#viewer@organization:O1#member + +With `organization:1#viewer@organization:O1#member` all members of the organization O1 will have the right to perform the relevant action. + +In other words, all members in O1 now end up having the relevant `viewer` relation. + You can think of these definitions as a precaution taken against creating undesired user set relationships. :::