Skip to content

Commit 812729c

Browse files
committed
Update the docs
1 parent 1d7e7d5 commit 812729c

File tree

4 files changed

+139
-33
lines changed

4 files changed

+139
-33
lines changed

docs/latest/_sources/usage/account.rst.txt

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,34 @@ Setting Scopes
5555
- You can set a list of scopes that your like to use, a huge list is available on `Microsoft Documentation <https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference>`_
5656
- We have built a custom list make this scopes easier
5757
58-
========================= ================================= ==================================================
59-
Short Scope Name Description Scopes Included
60-
========================= ================================= ==================================================
61-
basic Read User Info ['User.Read']
62-
mailbox Read your mail ['Mail.Read']
63-
mailbox_shared Read shared mailbox ['Mail.Read.Shared']
64-
mailbox_settings Manage mailbox settings ['MailboxSettings.ReadWrite']
65-
message_send Send from your mailbox ['Mail.Send']
66-
message_send_shared Send using shared mailbox ['Mail.Send.Shared']
67-
message_all Full access to your mailbox ['Mail.ReadWrite', 'Mail.Send']
68-
message_all_shared Full access to shared mailbox ['Mail.ReadWrite.Shared', 'Mail.Send.Shared']
69-
address_book Read your Contacts ['Contacts.Read']
70-
address_book_shared Read shared contacts ['Contacts.Read.Shared']
71-
address_book_all Read/Write your Contacts ['Contacts.ReadWrite']
72-
address_book_all_shared Read/Write your Contacts ['Contacts.ReadWrite.Shared']
73-
calendar Read your Calendars ['Calendars.Read']
74-
calendar_shared Read shared Calendars ['Calendars.Read.Shared']
75-
calendar_all Full access to your Calendars ['Calendars.ReadWrite']
76-
calendar_shared_all Full access to your shared Calendars ['Calendars.ReadWrite.Shared']
77-
users Read info of all users ['User.ReadBasic.All']
78-
onedrive Read access to OneDrive ['Files.Read.All']
79-
onedrive_all Full access to OneDrive ['Files.ReadWrite.All']
80-
sharepoint Read access to Sharepoint ['Sites.Read.All']
81-
sharepoint_all Full access to Sharepoint ['Sites.ReadWrite.All']
82-
tasks Read access to Tasks ['Tasks.Read']
83-
tasks_all Full access to Tasks ['Tasks.ReadWrite']
84-
presence Read access to Presence ['Presence.Read']
85-
========================= ================================= ==================================================
58+
========================= ========================================= ==================================================
59+
Short Scope Name Description Scopes Included
60+
========================= ========================================= ==================================================
61+
basic Read User Info ['User.Read']
62+
mailbox Read your mail ['Mail.Read']
63+
mailbox_shared Read shared mailbox ['Mail.Read.Shared']
64+
mailbox_settings Manage mailbox settings ['MailboxSettings.ReadWrite']
65+
message_send Send from your mailbox ['Mail.Send']
66+
message_send_shared Send using shared mailbox ['Mail.Send.Shared']
67+
message_all Full access to your mailbox ['Mail.ReadWrite', 'Mail.Send']
68+
message_all_shared Full access to shared mailbox ['Mail.ReadWrite.Shared', 'Mail.Send.Shared']
69+
address_book Read your Contacts ['Contacts.Read']
70+
address_book_shared Read shared contacts ['Contacts.Read.Shared']
71+
address_book_all Read/Write your Contacts ['Contacts.ReadWrite']
72+
address_book_all_shared Read/Write your Contacts ['Contacts.ReadWrite.Shared']
73+
calendar Read your Calendars ['Calendars.Read']
74+
calendar_shared Read shared Calendars ['Calendars.Read.Shared']
75+
calendar_all Full access to your Calendars ['Calendars.ReadWrite']
76+
calendar_shared_all Full access to your shared Calendars ['Calendars.ReadWrite.Shared']
77+
users Read info of all users ['User.ReadBasic.All']
78+
onedrive Read access to OneDrive ['Files.Read.All']
79+
onedrive_all Full access to OneDrive ['Files.ReadWrite.All']
80+
sharepoint Read access to Sharepoint ['Sites.Read.All']
81+
sharepoint_all Full access to Sharepoint ['Sites.ReadWrite.All']
82+
tasks Read access to Tasks ['Tasks.Read']
83+
tasks_all Full access to Tasks ['Tasks.ReadWrite']
84+
presence Read access to Presence ['Presence.Read']
85+
========================= ========================================= ==================================================
8686
8787
.. code-block:: python
8888

docs/latest/_sources/usage/sharepoint.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Sharepoint
33

44
These are the scopes needed to work with the SharePoint and Site classes.
55

6-
========================= ======================================= ======================================
6+
========================= ======================================= =======================================
77
Raw Scope Included in Scope Helper Description
8-
========================= ======================================= ======================================
8+
========================= ======================================= =======================================
99
Sites.Read.All sharepoint To only read sites, lists and items
1010
Sites.ReadWrite.All sharepoint_dl To read and save sites, lists and items
11-
========================= ======================================= ======================================
11+
========================= ======================================= =======================================
1212

1313
Assuming an authenticated account, create a Sharepoint instance, and connect
1414
to a Sharepoint site.

docs/latest/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/latest/usage/account.html

Lines changed: 107 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,113 @@ <h3>Setting Scopes<a class="headerlink" href="#setting-scopes" title="Link to th
164164
<li><p>You can set a list of scopes that your like to use, a huge list is available on <a class="reference external" href="https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference">Microsoft Documentation</a></p></li>
165165
<li><p>We have built a custom list make this scopes easier</p>
166166
<blockquote>
167-
<div></div></blockquote>
167+
<div><table class="docutils align-default">
168+
<thead>
169+
<tr class="row-odd"><th class="head"><p>Short Scope Name</p></th>
170+
<th class="head"><p>Description</p></th>
171+
<th class="head"><p>Scopes Included</p></th>
172+
</tr>
173+
</thead>
174+
<tbody>
175+
<tr class="row-even"><td><p>basic</p></td>
176+
<td><p>Read User Info</p></td>
177+
<td><p>[‘User.Read’]</p></td>
178+
</tr>
179+
<tr class="row-odd"><td><p>mailbox</p></td>
180+
<td><p>Read your mail</p></td>
181+
<td><p>[‘Mail.Read’]</p></td>
182+
</tr>
183+
<tr class="row-even"><td><p>mailbox_shared</p></td>
184+
<td><p>Read shared mailbox</p></td>
185+
<td><p>[‘Mail.Read.Shared’]</p></td>
186+
</tr>
187+
<tr class="row-odd"><td><p>mailbox_settings</p></td>
188+
<td><p>Manage mailbox settings</p></td>
189+
<td><p>[‘MailboxSettings.ReadWrite’]</p></td>
190+
</tr>
191+
<tr class="row-even"><td><p>message_send</p></td>
192+
<td><p>Send from your mailbox</p></td>
193+
<td><p>[‘Mail.Send’]</p></td>
194+
</tr>
195+
<tr class="row-odd"><td><p>message_send_shared</p></td>
196+
<td><p>Send using shared mailbox</p></td>
197+
<td><p>[‘Mail.Send.Shared’]</p></td>
198+
</tr>
199+
<tr class="row-even"><td><p>message_all</p></td>
200+
<td><p>Full access to your mailbox</p></td>
201+
<td><p>[‘Mail.ReadWrite’, ‘Mail.Send’]</p></td>
202+
</tr>
203+
<tr class="row-odd"><td><p>message_all_shared</p></td>
204+
<td><p>Full access to shared mailbox</p></td>
205+
<td><p>[‘Mail.ReadWrite.Shared’, ‘Mail.Send.Shared’]</p></td>
206+
</tr>
207+
<tr class="row-even"><td><p>address_book</p></td>
208+
<td><p>Read your Contacts</p></td>
209+
<td><p>[‘Contacts.Read’]</p></td>
210+
</tr>
211+
<tr class="row-odd"><td><p>address_book_shared</p></td>
212+
<td><p>Read shared contacts</p></td>
213+
<td><p>[‘Contacts.Read.Shared’]</p></td>
214+
</tr>
215+
<tr class="row-even"><td><p>address_book_all</p></td>
216+
<td><p>Read/Write your Contacts</p></td>
217+
<td><p>[‘Contacts.ReadWrite’]</p></td>
218+
</tr>
219+
<tr class="row-odd"><td><p>address_book_all_shared</p></td>
220+
<td><p>Read/Write your Contacts</p></td>
221+
<td><p>[‘Contacts.ReadWrite.Shared’]</p></td>
222+
</tr>
223+
<tr class="row-even"><td><p>calendar</p></td>
224+
<td><p>Read your Calendars</p></td>
225+
<td><p>[‘Calendars.Read’]</p></td>
226+
</tr>
227+
<tr class="row-odd"><td><p>calendar_shared</p></td>
228+
<td><p>Read shared Calendars</p></td>
229+
<td><p>[‘Calendars.Read.Shared’]</p></td>
230+
</tr>
231+
<tr class="row-even"><td><p>calendar_all</p></td>
232+
<td><p>Full access to your Calendars</p></td>
233+
<td><p>[‘Calendars.ReadWrite’]</p></td>
234+
</tr>
235+
<tr class="row-odd"><td><p>calendar_shared_all</p></td>
236+
<td><p>Full access to your shared Calendars</p></td>
237+
<td><p>[‘Calendars.ReadWrite.Shared’]</p></td>
238+
</tr>
239+
<tr class="row-even"><td><p>users</p></td>
240+
<td><p>Read info of all users</p></td>
241+
<td><p>[‘User.ReadBasic.All’]</p></td>
242+
</tr>
243+
<tr class="row-odd"><td><p>onedrive</p></td>
244+
<td><p>Read access to OneDrive</p></td>
245+
<td><p>[‘Files.Read.All’]</p></td>
246+
</tr>
247+
<tr class="row-even"><td><p>onedrive_all</p></td>
248+
<td><p>Full access to OneDrive</p></td>
249+
<td><p>[‘Files.ReadWrite.All’]</p></td>
250+
</tr>
251+
<tr class="row-odd"><td><p>sharepoint</p></td>
252+
<td><p>Read access to Sharepoint</p></td>
253+
<td><p>[‘Sites.Read.All’]</p></td>
254+
</tr>
255+
<tr class="row-even"><td><p>sharepoint_all</p></td>
256+
<td><p>Full access to Sharepoint</p></td>
257+
<td><p>[‘Sites.ReadWrite.All’]</p></td>
258+
</tr>
259+
<tr class="row-odd"><td><p>tasks</p></td>
260+
<td><p>Read access to Tasks</p></td>
261+
<td><p>[‘Tasks.Read’]</p></td>
262+
</tr>
263+
<tr class="row-even"><td><p>tasks_all</p></td>
264+
<td><p>Full access to Tasks</p></td>
265+
<td><p>[‘Tasks.ReadWrite’]</p></td>
266+
</tr>
267+
<tr class="row-odd"><td><p>presence</p></td>
268+
<td><p>Read access to Presence</p></td>
269+
<td><p>[‘Presence.Read’]</p></td>
270+
</tr>
271+
</tbody>
272+
</table>
273+
</div></blockquote>
168274
</li>
169275
</ul>
170276
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># Full permission to your mail</span>

0 commit comments

Comments
 (0)