Microsoft Graph · Schema

automaticUpdateMode

Possible values for automatic update mode.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphautomaticupdatemode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.automaticUpdateMode",
  "title": "automaticUpdateMode",
  "enum": [
    "userDefined",
    "notifyDownload",
    "autoInstallAtMaintenanceTime",
    "autoInstallAndRebootAtMaintenanceTime",
    "autoInstallAndRebootAtScheduledTime",
    "autoInstallAndRebootWithoutEndUserControl"
  ],
  "type": "string",
  "description": "Possible values for automatic update mode.",
  "x-ms-enum": {
    "name": "automaticUpdateMode",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User Defined, default value, no intent.",
        "name": "userDefined"
      },
      {
        "value": "notifyDownload",
        "description": "Notify on download.",
        "name": "notifyDownload"
      },
      {
        "value": "autoInstallAtMaintenanceTime",
        "description": "Auto-install at maintenance time.",
        "name": "autoInstallAtMaintenanceTime"
      },
      {
        "value": "autoInstallAndRebootAtMaintenanceTime",
        "description": "Auto-install and reboot at maintenance time.",
        "name": "autoInstallAndRebootAtMaintenanceTime"
      },
      {
        "value": "autoInstallAndRebootAtScheduledTime",
        "description": "Auto-install and reboot at scheduled time.",
        "name": "autoInstallAndRebootAtScheduledTime"
      },
      {
        "value": "autoInstallAndRebootWithoutEndUserControl",
        "description": "Auto-install and restart without end-user control",
        "name": "autoInstallAndRebootWithoutEndUserControl"
      }
    ]
  }
}