Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.47 KB

File metadata and controls

47 lines (38 loc) · 1.47 KB
title teamworkTeamsClientConfiguration resource type
description Represents configuration details for the Microsoft Teams client running on a Microsoft Teams Rooms device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkTeamsClientConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents configuration details for the Microsoft Teams client running on a Microsoft Teams Rooms device.

Properties

Property Type Description
accountConfiguration teamworkAccountConfiguration The configuration of the Microsoft Teams client user account for a device.
featuresConfiguration teamworkFeaturesConfiguration The configuration of Microsoft Teams client features for a device.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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