Skip to content

Commit 3ed9052

Browse files
authored
Update search-index-access-control-lists-and-rbac-push-api.md
Fixing typos
1 parent 7eae003 commit 3ed9052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-index-access-control-lists-and-rbac-push-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ This example illustrates how the document access rules are resolved based on the
107107
| 3 | ["none"] | ["group1", "group2"] | Empty | Members of group1 or group2 | |
108108
| 4 | ["all"] | ["none"] | Empty | Any user | Any querying user matches the ACL filter "all", so all users have access |
109109
| 5 | ["all"] | ["group1", "group2"] | scope/to/container1 | Any user | Since all users match the "all" filter for userID, the groupID and RBAC filters don't have any impact |
110-
| 5 | ["user1", "user2"] | ["group1"] | Empty | User1, user2, or any member of group1 | |
111-
| 5 | ["user1", "user2"] | [] | Empty | User1, user2, or any user with RBAC permissions to container1 | |
110+
| 6 | ["user1", "user2"] | ["group1"] | Empty | User1, user2, or any member of group1 | |
111+
| 7 | ["user1", "user2"] | [] | Empty | User1, user2, or any user with RBAC permissions to container1 | |
112112

113113
## Next steps
114114
- [How to query the index using end user ENTRA-token to enforce document-level permissions](search-query-access-control-rbac-enforcement.md)

0 commit comments

Comments
 (0)