From f695a1b898941a5f44f88d669b384e63e972069f Mon Sep 17 00:00:00 2001 From: RogerSelwyn Date: Mon, 22 May 2023 11:21:37 +0100 Subject: [PATCH] Update permissions.md --- docs/permissions.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/permissions.md b/docs/permissions.md index 3bb0f5c..dc3b1bf 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -30,13 +30,13 @@ Under "API Permissions" click Add a permission, then Microsoft Graph, then Deleg | Email | Mail.Send | Y | *Send mail as a user* | | | Email | Mail.Read.Shared | | *Read user and shared mail* | For shared mailboxes | | Email | Mail.Send.Shared | Y | *Send mail on behalf of others* | For shared mailboxes | - | Status | Presence.Read | | *Read user's presence information* | Not for personal accounts | - | Chat | Chat.Read | | *Read user chat messages* | Not for personal accounts | - | ToDo | Tasks.Read | | *Read user's tasks and task lists* | | - | ToDo | Tasks.ReadWrite | Y | *Create, read, update, and delete user’s tasks and task lists* | | - | Group Calendar | Group.Read.All | | *Read all groups* | Not supported in legacy installs | - | Group Calendar | Group.ReadWrite.All | Y | *Read and write all groups* | Not supported in legacy installs | - | AutoReply | MailboxSettings.ReadWrite | | *Read and write user mailbox settings* | | + | Status | Presence.Read | | *Read user's presence information* | Not for personal accounts/shared mailboxes | + | Chat | Chat.Read | | *Read user chat messages* | Not for personal accounts/shared mailboxes | + | ToDo | Tasks.Read | | *Read user's tasks and task lists* | Not for shared mailboxes | + | ToDo | Tasks.ReadWrite | Y | *Create, read, update, and delete user’s tasks and task lists* | Not for shared mailboxes | + | Group Calendar | Group.Read.All | | *Read all groups* | Not supported in legacy installs or shared mailboxes | + | Group Calendar | Group.ReadWrite.All | Y | *Read and write all groups* | Not supported in legacy installs or shared mailboxes | + | AutoReply | MailboxSettings.ReadWrite | | *Read and write user mailbox settings* | Not for shared mailboxes | **Note** It should be noted that these are the permissions that are requested at authentication time (as appropriate for each sensor configured). When `enable_update` is configured to `true` all the associated `ReadWrite` permissions are requested as well, however you do not need to add `ReadWrite` for any sensor type where you do not what update permissions, it will still act as a Read Only sensor. This excludes the AutoReply option which is only `ReadWrite`.