teamworkTeamsClientConfiguration リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

Microsoft Teams Rooms デバイスで実行されている Microsoft Teams クライアントの構成の詳細を表します。

プロパティ

プロパティ 説明
accountConfiguration teamworkAccountConfiguration デバイスの Microsoft Teams クライアント ユーザー アカウントの構成。
featuresConfiguration teamworkFeaturesConfiguration デバイスの Microsoft Teams クライアント機能の構成。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.teamworkTeamsClientConfiguration",
  "accountConfiguration": {
    "@odata.type": "microsoft.graph.teamworkAccountConfiguration"
  },
  "featuresConfiguration": {
    "@odata.type": "microsoft.graph.teamworkFeaturesConfiguration"
  }
}