Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ The above state translates to the following relationship tuples:
},
{
_description: 'Beth has a `project manager` role at organization B',
user: 'user:anne',
user: 'user:beth',
relation: 'project_manager',
object: 'organization:B',
},
Expand Down Expand Up @@ -459,7 +459,7 @@ When Anne is connecting from the context of organization C, <ProductName format=
skipSetup={true}
contextualTuples={[
{
_description: 'Anne is authorizing from the context of organization:A',
_description: 'Anne is authorizing from the context of organization:C',
user: 'user:anne',
relation: 'user_in_context',
object: 'organization:C',
Expand All @@ -473,7 +473,7 @@ Using this, you can check that the following requirements are satisfied:
| ---- | -------------------- | ------ | ------- |
| Anne | Organization A | View | Yes |
| Anne | Organization B | View | Yes |
| Anne | Organization C | View | Yes |
| Anne | Organization C | View | No |
| Anne | Organization A | Delete | Yes |
| Anne | Organization B | Delete | No |
| Anne | Organization C | Delete | No |
Expand Down
Loading