sharePointIdentitySet リソースの種類

sharePointIdentity リソースのキー付きコレクションを表します。 このリソースは identitySet リソースから拡張され、SharePoint 固有の情報をユーザーに公開する機能を提供します。

このリソースは、アイテムのさまざまなイベントに関連付けられている ID のセットを表すために使用されます 。たとえば、 によって作成された 、または 最後に変更されたなどです。

使用状況については、 driveItem に関するページを参照してください。

プロパティ

プロパティ 説明
application identity このアクションに関連付けられているアプリケーション。 省略可能です。
デバイス identity このアクションに関連付けられているデバイス。 省略可能です。
グループ identity このアクションに関連付けられているグループ。 オプション。
ユーザー identity このアクションに関連付けられているユーザー。 オプション。
siteGroup sharePointIdentity このアクションに関連付けられている SharePoint グループ。 省略可能です。
siteUser sharePointIdentity このアクションに関連付けられている SharePoint ユーザー。 オプション。

JSON 表記

リソースの JSON 表記を次に示します。

{
  /** inherited from IdentitySet **/
  "application": {"@odata.type": "microsoft.graph.identity"},
  "device": {"@odata.type": "microsoft.graph.identity"},
  "user": {"@odata.type": "microsoft.graph.identity"},
  
  "group": {"@odata.type": "microsoft.graph.identity"},
  "siteUser": {"@odata.type": "microsoft.graph.sharePointIdentity"},
  "siteGroup":{"@odata.type": "microsoft.graph.sharePointIdentity"}
}