diff --git a/docs/sources/microsoft-365/README.md b/docs/sources/microsoft-365/README.md index 03c5b7da5..b98958af9 100644 --- a/docs/sources/microsoft-365/README.md +++ b/docs/sources/microsoft-365/README.md @@ -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) |