Skip to content

Latest commit

 

History

History
65 lines (56 loc) · 2.25 KB

File metadata and controls

65 lines (56 loc) · 2.25 KB
title teamworkPeripheralsHealth resource type
description Represents health details for all peripheral devices attached to a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkPeripheralsHealth resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents health details for all peripheral devices attached to a Microsoft Teams-enabled device.

Properties

Property Type Description
communicationSpeakerHealth teamworkPeripheralHealth The health details about the communication speaker.
contentCameraHealth teamworkPeripheralHealth The health details about the content camera.
displayHealthCollection teamworkPeripheralHealth collection The health details about displays.
microphoneHealth teamworkPeripheralHealth The health details about the microphone.
roomCameraHealth teamworkPeripheralHealth The health details about the room camera.
speakerHealth teamworkPeripheralHealth The health details about the speaker.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkPeripheralsHealth",
  "communicationSpeakerHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  },
  "contentCameraHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  },
  "displayHealthCollection": [
    {
      "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
    }
  ],
  "microphoneHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  },
  "roomCameraHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  },
  "speakerHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  }
}