Microsoft Graph · Schema

win32LobAppNotification

Contains value for notification status.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobappnotification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAppNotification",
  "title": "win32LobAppNotification",
  "enum": [
    "showAll",
    "showReboot",
    "hideAll"
  ],
  "type": "string",
  "description": "Contains value for notification status.",
  "x-ms-enum": {
    "name": "win32LobAppNotification",
    "modelAsString": false,
    "values": [
      {
        "value": "showAll",
        "description": "Show all notifications.",
        "name": "showAll"
      },
      {
        "value": "showReboot",
        "description": "Only show restart notification and suppress other notifications.",
        "name": "showReboot"
      },
      {
        "value": "hideAll",
        "description": "Hide all notifications.",
        "name": "hideAll"
      }
    ]
  }
}