| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represent the details about the display screen configuration for a Microsoft Teams-enabled device.
| 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. |
None.
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)"
}