channelDescriptionUpdatedEventMessageDetail リソースの種類

名前空間: microsoft.graph

更新された チャネル の説明に関するイベント メッセージの詳細を表します。 このメッセージは、 チャネルの説明が 更新されたときに生成されます。

eventMessageDetail から継承します。

プロパティ

プロパティ 説明
channelDescription String チャネルの更新された説明。
channelId String チャネルの一意識別子。
initiator identitySet イベントのイニシエーター。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.channelDescriptionUpdatedEventMessageDetail",
  "channelDescription": "String",
  "channelId": "String",
  "initiator": {
    "@odata.type": "microsoft.graph.identitySet"
  }
}