Skip to content

Commit

Permalink
Update permissions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed May 22, 2023
1 parent f1bb670 commit f695a1b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit f695a1b

Please sign in to comment.