Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.66 KB

File metadata and controls

49 lines (40 loc) · 1.66 KB
title teamworkDeviceSoftwareVersions resource type
description Represents the details about software versions for a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkDeviceSoftwareVersions resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about software versions for a Microsoft Teams-enabled device, including firmware, operating system, Microsoft Teams client, and admin agent.

Properties

Property Type Description
adminAgentSoftwareVersion String The software version for the admin agent running on the device.
firmwareSoftwareVersion String The software version for the firmware running on the device.
operatingSystemSoftwareVersion String The software version for the operating system on the device.
partnerAgentSoftwareVersion String The software version for the partner agent running on the device.
teamsClientSoftwareVersion String The software version for the Teams client running on the device.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkDeviceSoftwareVersions",
  "adminAgentSoftwareVersion": "String",
  "firmwareSoftwareVersion": "String",
  "operatingSystemSoftwareVersion": "String",
  "partnerAgentSoftwareVersion": "String",
  "teamsClientSoftwareVersion": "String"
}