| title | teamworkConfiguredPeripheral resource type |
|---|---|
| description | Represents the details about a peripheral device configured for 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 a peripheral device configured for a Microsoft Teams-enabled device.
| Property | Type | Description |
|---|---|---|
| isOptional | Boolean | True if the current peripheral is optional. If set to false, this property is also used as part of the calculation of the health state for the device. |
| Relationship | Type | Description |
|---|---|---|
| peripheral | teamworkPeripheral | Details about the peripheral devices attached. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkConfiguredPeripheral",
"isOptional": "Boolean"
}