commentAction リソースの種類

名前空間: microsoft.graph

commentAction リソース は、アイテムに対して行われた [コメント アクティビティに関][]する情報を提供します。

注: アイテム アクティビティ レコードは現在、ユーザーとSharePointでのみOneDrive for Business。

プロパティ

プロパティ名 種類 説明
isReply boolean true の場合、このアクティビティは既存のコメント スレッドへの返信だったことを示します。
parentAuthor identitySet コメント スレッドを開始したユーザーの ID。
participants identitySet コレクション 該当のコメント スレッドに参加しているユーザーの ID。

JSON 表記

{
  "isReply": false,
  "parentAuthor": {"@odata.type": "microsoft.graph.identitySet"},
  "participants": [{"@odata.type": "microsoft.graph.identitySet"}]
}