sharePointIdentitySet リソースの種類

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

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

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

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

プロパティ

プロパティ 説明
application identity このアクションに関連付けられているアプリケーション。 省略可能。
デバイス identity このアクションに関連付けられているデバイス。 省略可能。
グループ identity このアクションに関連付けられているグループ。 省略可能。
sharePointGroup sharePointGroupIdentity このアクションに関連付けられている SharePoint グループ。グローバルに一意の ID によって識別されます。 使用可能な場合は、 siteGroup の代わりにこのプロパティを使用します。 省略可能。
siteGroup sharePointIdentity このアクションに関連付けられている SharePoint グループ。サイト内でのみ一意のプリンシパル ID によって識別されます。 省略可能。
siteUser sharePointIdentity このアクションに関連付けられている SharePoint ユーザー。 省略可能。
ユーザー identity このアクションに関連付けられているユーザー。 省略可能。

リレーションシップ

なし。

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"},
  "sharePointGroup": {"@odata.type": "microsoft.graph.sharePointGroupIdentity"},
  "siteUser": {"@odata.type": "microsoft.graph.sharePointIdentity"},
  "siteGroup":{"@odata.type": "microsoft.graph.sharePointIdentity"}
}