| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkConnection",
"connectionStatus": "String",
"lastModifiedDateTime": "String (timestamp)"
}