| title | teamworkAccountConfiguration resource type |
|---|---|
| description | Represents the details about the account configuration for 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 the details about the account configuration for a Microsoft Teams Rooms device.
| Property | Type | Description |
|---|---|---|
| onPremisesCalendarSyncConfiguration | teamworkOnPremisesCalendarSyncConfiguration | The account used to sync the calendar. |
| supportedClient | teamworkSupportedClient | The supported client for Teams Rooms devices. The possible values are: unknown, skypeDefaultAndTeams, teamsDefaultAndSkype, skypeOnly, teamsOnly, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkAccountConfiguration",
"onPremisesCalendarSyncConfiguration": {
"@odata.type": "microsoft.graph.teamworkOnPremisesCalendarSyncConfiguration"
},
"supportedClient": "String"
}