Microsoft Graph · Schema

win32LobAutoUpdateSupersededAppsState

Contains value for auto-update superseded apps.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwin32lobautoupdatesupersededappsstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.win32LobAutoUpdateSupersededAppsState",
  "title": "win32LobAutoUpdateSupersededAppsState",
  "enum": [
    "notConfigured",
    "enabled",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Contains value for auto-update superseded apps.",
  "x-ms-enum": {
    "name": "win32LobAutoUpdateSupersededAppsState",
    "modelAsString": false,
    "values": [
      {
        "value": "notConfigured",
        "description": "Indicates that the auto-update superseded apps state is not configured and the app will not auto-update the superseded apps.",
        "name": "notConfigured"
      },
      {
        "value": "enabled",
        "description": "Indicates that the auto-update superseded apps state is enabled and the app will auto-update the superseded apps if the superseded apps are installed on the device.",
        "name": "enabled"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}