@@ -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