Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.17 KB

teamworkhardwaredetail.md

File metadata and controls

47 lines (39 loc) · 1.17 KB
title description author ms.localizationpriority ms.subservice doc_type
teamworkHardwareDetail resource type
Represents the details about the hardware properties of a Microsoft Teams-enabled device.
adsrivastava2
medium
teams
resourcePageType

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.

JSON representation

The following is a JSON representation of the resource.

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