| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents configuration details for the Microsoft Teams client running on a Microsoft Teams Rooms device.
| 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. |
None.
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"
}
}