teamworkSoftwareUpdateHealth resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

Properties

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.

JSON representation

The following is a JSON representation of the resource.

{
  "@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"
  }
}