Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.4 KB

File metadata and controls

69 lines (57 loc) · 2.4 KB
title teamworkDeviceActivity resource type
description Represents activity details for a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkDeviceActivity resource type

Namespace: microsoft.graph

[!INCLUDE beta-deprecation-disclaimer]

[!INCLUDE beta-disclaimer]

Represents activity details for a Microsoft Teams-enabled device, including the active peripheral devices attached to the device.

Inherits from entity.

Methods

Method Return type Description
Get teamworkDeviceActivity Read the properties and relationships of a teamworkDeviceActivity object.

Properties

Property Type Description
activePeripherals teamworkActivePeripherals The active peripheral devices attached to the device.
createdBy identitySet Identity of the user who created the device activity document.
createdDateTime DateTimeOffset The UTC date and time when the device activity document was created.
id String Document identifier. Inherited from entity.
lastModifiedBy identitySet Identity of the user who last modified the device activity details.
lastModifiedDateTime DateTimeOffset The UTC date and time when the device activity detail was last modified.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkDeviceActivity",
  "activePeripherals": {
    "@odata.type": "microsoft.graph.teamworkActivePeripherals"
  },
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "lastModifiedDateTime": "String (timestamp)"
}