teamworkOnlineMeetingInfo リソースの種類

名前空間: microsoft.graph

Microsoft Teams でのオンライン会議の詳細を表します。

プロパティ

プロパティ 説明
calendarEventId String 会議に関連付けられている予定表イベントの識別子。
joinWebUrl String ユーザーがクリックして会議に参加または一意に識別する URL。
organizer teamworkUserIdentity 会議の開催者。

リレーションシップ

なし。

JSON 表記

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

{
  "calendarEventId": "string",
  "joinWebUrl": "string",
  "organizer": {"@odata.type": "microsoft.graph.teamworkUserIdentity"}
}