| title | teamworkSoftwareUpdateHealth resource type |
|---|---|
| description | Represents the details about the software updates available for different components, such as admin agent, company portal, firmware, operating system, partner agent, and Microsoft Teams client, in 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 the software updates available for different components, such as admin agent, company portal, firmware, operating system, partner agent, and Microsoft Teams client, in a Microsoft Teams-enabled device.
| Property | Type | Description |
|---|---|---|
| adminAgentSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the admin agent. |
| companyPortalSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the company portal. |
| firmwareSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the firmware. |
| operatingSystemSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the operating system. |
| partnerAgentSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the partner agent. |
| teamsClientSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the Teams client. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkSoftwareUpdateHealth",
"adminAgentSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"companyPortalSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"firmwareSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"operatingSystemSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"partnerAgentSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"teamsClientSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
}
}