Microsoft Graph · Schema

windowsStartMenuModeType

Type of display modes for the start menu.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsstartmenumodetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsStartMenuModeType",
  "title": "windowsStartMenuModeType",
  "enum": [
    "userDefined",
    "fullScreen",
    "nonFullScreen"
  ],
  "type": "string",
  "description": "Type of display modes for the start menu.",
  "x-ms-enum": {
    "name": "windowsStartMenuModeType",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User defined. Default value.",
        "name": "userDefined"
      },
      {
        "value": "fullScreen",
        "description": "Full screen.",
        "name": "fullScreen"
      },
      {
        "value": "nonFullScreen",
        "description": "Non-full screen.",
        "name": "nonFullScreen"
      }
    ]
  }
}