Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.28 KB

File metadata and controls

43 lines (35 loc) · 1.28 KB
title teamworkHardwareConfiguration resource type
description Represents the details about the hardware configuration for a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkHardwareConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the hardware configuration for a Microsoft Teams-enabled device.

Properties

Property Type Description
processorModel String The CPU model on the device.

Relationships

Relationship Type Description
compute teamworkPeripheral The system details for a teamworkDevice.
hdmiIngest teamworkPeripheral The product details about the HDMI ingest of a device.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkHardwareConfiguration",
  "processorModel": "String"
}