teamworkTeamsClientConfiguration resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}
}