Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.67 KB

File metadata and controls

48 lines (40 loc) · 1.67 KB
title teamworkDisplayScreenConfiguration resource type
description Represents the details about the display screen configuration for a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkDisplayScreenConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represent the details about the display screen configuration for a Microsoft Teams-enabled device.

Properties

Property Type Description
backlightBrightness Int32 The brightness level on the device (0-100). Not applicable for Microsoft Teams Rooms devices.
backlightTimeout Duration Timeout for backlight (30-3600 secs). Not applicable for Teams Rooms devices.
isHighContrastEnabled Boolean True if high contrast mode is enabled. Not applicable for Teams Rooms devices.
isScreensaverEnabled Boolean True if screensaver is enabled. Not applicable for Teams Rooms devices.
screensaverTimeout Duration Screensaver timeout from 30 to 3600 secs. Not applicable for Teams Rooms devices.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkDisplayScreenConfiguration",
  "backlightBrightness": "Integer",
  "backlightTimeout": "String (duration)",
  "isHighContrastEnabled": "Boolean",
  "isScreensaverEnabled": "Boolean",
  "screensaverTimeout": "String (duration)"
}