1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

GraphAPI連携とUiPathで気を付けること2

Posted at

 今回は、GraphAPIのAPIアクセス許可の項目がよくわからないものなのでMicrosoft社のドキュメントを参考に軽くまとめてみた。

参考文献はこちら
Microsoft Graph のアクセス許可のリファレンス
https://learn.microsoft.com/ja-jp/graph/permissions-reference

 詳細の説明は上部に譲るとして、簡単に重要な項目をまとめてみた。

1,基本的に、承認の種類は「委任」「アプリケーション」の2種類だが、どちらか片方のみの場合がある。
例)
・Mail.Read.Shared(委任のみ)
・LearningSelfInitiatedCourse.ReadWrite.All(アプリケーションのみ)
・Calendars.ReadWrite.Shared(委任のみ)

2,Sharedはアクセスしたユーザーと共有部分も対象にできるもの。Allはアクセスしたユーザーの権限内でのすべてが対象につくことが多い。Sharedは委任のみのことが多い。

3,対象のアプリケーションは以下の通りらしい。
・Mail→Outlookのメール
・Calender→Outlookの予定表
・File→OneDriveなど
・site→SharePointなど
・Note→OneNoteなど

 以上、まだまだ奥が深いので研究していきたい。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?