Skip to content

Commit

Permalink
docs: update excluded_users doc
Browse files Browse the repository at this point in the history
Co-authored-by: Raghd Hamzeh <[email protected]>
  • Loading branch information
ewanharris and rhamzeh authored May 9, 2024
1 parent 55dbf43 commit bd63b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/modeling/testing-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Each list users verification has the following structure:
|`assertions` | A list of assertions to make |
|`<relation>` | The name of the relation you want to verify |
|`<relation>.users` | The users who should have the stated relation to the object |
|`<relation>.excluded_users` | The users who should have explicitly not have access to the object due to evaluations of typed wildcards and negation |
|`<relation>.excluded_users` | The users who should have explicitly not have access to the object due to evaluations of type bound public access and negation (e.g. "all users except anne") |

In order to simplify test writing, the following syntax is supported for the various object types included in `users` and `excluded_users` from the API response:

Expand Down

0 comments on commit bd63b1a

Please sign in to comment.