Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.44 KB

File metadata and controls

44 lines (36 loc) · 1.44 KB
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

teamworkAccountConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the account configuration for a Microsoft Teams Rooms device.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkAccountConfiguration",
  "onPremisesCalendarSyncConfiguration": {
    "@odata.type": "microsoft.graph.teamworkOnPremisesCalendarSyncConfiguration"
  },
  "supportedClient": "String"
}