次の方法で共有


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"}
}