| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents health details for all peripheral devices attached to a Microsoft Teams-enabled device.
| 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. |
None.
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"
}
}