Skip to content

Commit

Permalink
[DOCS] Update sharepoint-online connector perms (elastic#116641)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo authored Nov 12, 2024
1 parent b7167b7 commit a71c132
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,16 @@ Select an expiration date. (At this expiration date, you will need to generate a
+
```
Graph API
- Sites.Read.All
- Sites.Selected
- Files.Read.All
- Group.Read.All
- User.Read.All
Sharepoint
- Sites.Read.All
- Sites.Selected
```
NOTE: If the `Comma-separated list of sites` configuration is set to `*` or if a user enables the toggle button `Enumerate all sites`, the connector requires `Sites.Read.All` permission.
* **Grant admin consent**, using the `Grant Admin Consent` link from the permissions screen.
* Save the tenant name (i.e. Domain name) of Azure platform.
Expand Down Expand Up @@ -138,7 +140,7 @@ Refer to https://learn.microsoft.com/en-us/sharepoint/dev/general-development/ho
Here's a summary of why we use these Graph API permissions:
* *Sites.Read.All* is used to fetch the sites and their metadata
* *Sites.Selected* is used to fetch the sites and their metadata
* *Files.Read.All* is used to fetch Site Drives and files in these drives
* *Groups.Read.All* is used to fetch groups for document-level permissions
* *User.Read.All* is used to fetch user information for document-level permissions
Expand Down Expand Up @@ -546,14 +548,16 @@ Select an expiration date. (At this expiration date, you will need to generate a
+
```
Graph API
- Sites.Read.All
- Sites.Selected
- Files.Read.All
- Group.Read.All
- User.Read.All
Sharepoint
- Sites.Read.All
- Sites.Selected
```
NOTE: If the `Comma-separated list of sites` configuration is set to `*` or if a user enables the toggle button `Enumerate all sites`, the connector requires `Sites.Read.All` permission.
* **Grant admin consent**, using the `Grant Admin Consent` link from the permissions screen.
* Save the tenant name (i.e. Domain name) of Azure platform.
Expand Down Expand Up @@ -597,7 +601,7 @@ Refer to https://learn.microsoft.com/en-us/sharepoint/dev/general-development/ho
Here's a summary of why we use these Graph API permissions:
* *Sites.Read.All* is used to fetch the sites and their metadata
* *Sites.Selected* is used to fetch the sites and their metadata
* *Files.Read.All* is used to fetch Site Drives and files in these drives
* *Groups.Read.All* is used to fetch groups for document-level permissions
* *User.Read.All* is used to fetch user information for document-level permissions
Expand Down

0 comments on commit a71c132

Please sign in to comment.