From 39137c60f444b13aa2673ad6e99631d449312ffd Mon Sep 17 00:00:00 2001 From: Cindy Lay Date: Thu, 3 Apr 2025 15:10:13 -0700 Subject: [PATCH] readonly role owner changes --- docs/embedded/development/auth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/embedded/development/auth.md b/docs/embedded/development/auth.md index 52bbc43a5..4e03c51d3 100644 --- a/docs/embedded/development/auth.md +++ b/docs/embedded/development/auth.md @@ -97,9 +97,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. |