teamworkPeripheralsHealth 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 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.

JSON representation

The following is a JSON representation of the resource.

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