Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.55 KB

File metadata and controls

44 lines (35 loc) · 1.55 KB
title teamworkConnection resource type
description Represents the details about the connection status of a Microsoft Teams-enabled device and its peripherals.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkConnection resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the connection status of a Microsoft Teams-enabled device and its peripherals. The connection status is useful when you calculate the device health as when the required peripheral is not connected properly the device health changes to critical state.

Properties

Property Type Description
connectionStatus teamworkConnectionStatus Indicates whether a component/peripheral is connected/disconnected or its state is unknown. The possible values are: unknown, connected, disconnected, unknownFutureValue.
lastModifiedDateTime DateTimeOffset Time at which the state was last changed. For example, indicates connected since when the state is connected and disconnected since when the state is disconnected.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkConnection",
  "connectionStatus": "String",
  "lastModifiedDateTime": "String (timestamp)"
}