Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.21 KB

File metadata and controls

51 lines (42 loc) · 1.21 KB
title teamworkHardwareDetail resource type
description Represents the details about the hardware properties of a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkHardwareDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the hardware properties of a Microsoft Teams-enabled device.

Properties

Property Type Description
macAddresses String collection MAC address.
manufacturer String Device manufacturer.
model String Devie model.
serialNumber String Device serial number.
uniqueId String The unique identifier for the device.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkHardwareDetail",
  "macAddresses": [
    "String"
  ],
  "manufacturer": "String",
  "model": "String",
  "serialNumber": "String",
  "uniqueId": "String"
}