Skip to content

Update Read Only role in Auth #10182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
6 changes: 3 additions & 3 deletions docs/embedded/development/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ Any user accessing a container must be a member of the container. Membership to
> [!IMPORTANT]
> The calling user creating a new container via delegated calls is automatically assigned the Owner role.

| Permission | Description |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Reader | This role allows the user to read the properties and the contents of the container. |
| Permission | Description |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Reader | This role grants the user read-only access to the container, allowing them to view its properties and contents, as well as comment on Office documents within the container. |
| Writer | This role has all the permissions a Reader has, plus the permission to create, update, and delete content inside the container, and to update applicable container properties. |
| Manager | This role has all the permissions a Writer has, plus the permission to manage membership of the container. |
| Owner | This role has all the permissions a Manager has, plus the permission to delete containers. |
Expand Down