Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.43 KB

File metadata and controls

52 lines (42 loc) · 1.43 KB
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

teamworkPeripheral resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the peripherals attached to a Microsoft Teams-enabled device.

Inherits from entity.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkPeripheral",
  "displayName": "String",
  "id": "String (identifier)",
  "productId": "String",
  "vendorId": "String"
}