Skip to content

Commit feb0951

Browse files
authored
[DOCS] Update sharepoint-online connector perms
Follow up on elastic/connectors#2762
1 parent bfb30d2 commit feb0951

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/reference/connector/docs/connectors-sharepoint-online.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ Select an expiration date. (At this expiration date, you will need to generate a
8787
+
8888
```
8989
Graph API
90-
- Sites.Read.All
90+
- Sites.Selected
9191
- Files.Read.All
9292
- Group.Read.All
9393
- User.Read.All
9494
9595
Sharepoint
96-
- Sites.Read.All
96+
- * Sites.Selected
9797
```
9898
* **Grant admin consent**, using the `Grant Admin Consent` link from the permissions screen.
9999
* Save the tenant name (i.e. Domain name) of Azure platform.
@@ -138,7 +138,7 @@ Refer to https://learn.microsoft.com/en-us/sharepoint/dev/general-development/ho
138138
139139
Here's a summary of why we use these Graph API permissions:
140140
141-
* *Sites.Read.All* is used to fetch the sites and their metadata
141+
* *Sites.Selected* is used to fetch the sites and their metadata
142142
* *Files.Read.All* is used to fetch Site Drives and files in these drives
143143
* *Groups.Read.All* is used to fetch groups for document-level permissions
144144
* *User.Read.All* is used to fetch user information for document-level permissions
@@ -546,13 +546,13 @@ Select an expiration date. (At this expiration date, you will need to generate a
546546
+
547547
```
548548
Graph API
549-
- Sites.Read.All
549+
- Sites.Selected
550550
- Files.Read.All
551551
- Group.Read.All
552552
- User.Read.All
553553
554554
Sharepoint
555-
- Sites.Read.All
555+
- Sites.Selected
556556
```
557557
* **Grant admin consent**, using the `Grant Admin Consent` link from the permissions screen.
558558
* Save the tenant name (i.e. Domain name) of Azure platform.
@@ -597,7 +597,7 @@ Refer to https://learn.microsoft.com/en-us/sharepoint/dev/general-development/ho
597597
598598
Here's a summary of why we use these Graph API permissions:
599599
600-
* *Sites.Read.All* is used to fetch the sites and their metadata
600+
* *Sites.Selected* is used to fetch the sites and their metadata
601601
* *Files.Read.All* is used to fetch Site Drives and files in these drives
602602
* *Groups.Read.All* is used to fetch groups for document-level permissions
603603
* *User.Read.All* is used to fetch user information for document-level permissions

0 commit comments

Comments
 (0)