| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkDeviceSoftwareVersions",
"adminAgentSoftwareVersion": "String",
"firmwareSoftwareVersion": "String",
"operatingSystemSoftwareVersion": "String",
"partnerAgentSoftwareVersion": "String",
"teamsClientSoftwareVersion": "String"
}