| title | teamworkPeripheral resource type |
|---|---|
| description | Represents the details about the peripherals 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 the details about the peripherals attached to a Microsoft Teams-enabled device.
Inherits from entity.
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name for the peripheral. |
| id | String | Unique identifier for the particular peripheral. Inherited from entity. |
| productId | String | The product ID of the device. Each product from a vendor has its own ID. |
| vendorId | String | The unique identifier for the vendor of the device. Each vendor has a unique ID. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkPeripheral",
"displayName": "String",
"id": "String (identifier)",
"productId": "String",
"vendorId": "String"
}