Skip to content

Commit

Permalink
note that connectors are OPTIONAL
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Oct 9, 2024
1 parent dca906a commit 8e818d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/sources/microsoft-365/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ generally, of which your Graph API is an example:

The following Scopes are required for each connector. Note that they are all READ-only scopes.

Connectors are independent, so you can choose to connect to only one or a subset of the connectors.
For example, pilot/PoC deployments typically use only the `Calendar` connector initially.

| Source                 | Examples    | Application Scopes |
|--------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Entra ID | [data](https://github.com/Worklytics/psoxy/tree/main/docs/sources/microsoft-365/directory/example-api-responses) - [rules](https://github.com/Worklytics/psoxy/tree/main/docs/sources/microsoft-365/directory/directory.yaml) | [`User.Read.All`](https://learn.microsoft.com/en-us/graph/permissions-reference#userreadall) [`Group.Read.All`](https://learn.microsoft.com/en-us/graph/permissions-reference#groupreadall) [`MailboxSettings.Read`](https://learn.microsoft.com/en-us/graph/permissions-reference#mailboxsettingsread) |
Expand Down

0 comments on commit 8e818d5

Please sign in to comment.