Microsoft Graph · Schema

windowsStartMenuAppListVisibilityType

Type of start menu app list visibility.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsstartmenuapplistvisibilitytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsStartMenuAppListVisibilityType",
  "title": "windowsStartMenuAppListVisibilityType",
  "enum": [
    "userDefined",
    "collapse",
    "remove",
    "disableSettingsApp"
  ],
  "type": "string",
  "description": "Type of start menu app list visibility.",
  "x-ms-enum-flags": {
    "isFlags": true
  },
  "x-ms-enum": {
    "name": "windowsStartMenuAppListVisibilityType",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User defined. Default value.",
        "name": "userDefined"
      },
      {
        "value": "collapse",
        "description": "Collapse the app list on the start menu.",
        "name": "collapse"
      },
      {
        "value": "remove",
        "description": "Removes the app list entirely from the start menu.",
        "name": "remove"
      },
      {
        "value": "disableSettingsApp",
        "description": "Disables the corresponding toggle (Collapse or Remove) in the Settings app.",
        "name": "disableSettingsApp"
      }
    ]
  }
}