Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.26 KB

File metadata and controls

42 lines (34 loc) · 1.26 KB
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

teamworkConfiguredPeripheral resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about a peripheral device configured for a Microsoft Teams-enabled device.

Properties

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.

Relationships

Relationship Type Description
peripheral teamworkPeripheral Details about the peripheral devices attached.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkConfiguredPeripheral",
  "isOptional": "Boolean"
}