sharePointIdentitySet リソースの種類
sharePointIdentityリソースのキー付きコレクションを表します。 このリソースは identitySet リソースから拡張し、ユーザーにSharePoint情報を公開する機能を提供します。
このリソースは、アイテムの各種イベントに関連付けられた ID のセットを表す場合に 使用されます。このリソースは、アイテムの作成者や最終変更者などです。
使用状況については [、「driveItem」を参照してください][]。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| application | identity | このアクションに関連付けられているアプリケーション。 オプション。 |
| デバイス | identity | このアクションに関連付けられているデバイス。 オプション。 |
| グループ | identity | このアクションに関連付けられているグループ。 オプション。 |
| ユーザー | identity | このアクションに関連付けられているユーザー。 オプション。 |
| siteUser | sharePointIdentity | このSharePoint関連付けられたユーザー。 オプション。 |
| siteGroup | 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"}
}
フィードバック
フィードバックの送信と表示