channelMembersNotificationRecipient リソースの種類

名前空間: microsoft.graph

Microsoft Teams アクティビティ フィードで送信される通知の受信者を表します。 受信者はチャネル メンバーで構成されます。

teamworkNotificationRecipient から継承します。

プロパティ

プロパティ 説明
channelId String メンバーが通知を受け取るチャネルの一意識別子。
teamId String チャネルが存在するチームの一意識別子。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.channelMembersNotificationRecipient",
  "channelId": "String",
  "teamId": "String"
}