Microsoft Graph · Schema

windowsUserAccountControlSettings

Possible values for Windows user account control settings.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsuseraccountcontrolsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsUserAccountControlSettings",
  "title": "windowsUserAccountControlSettings",
  "enum": [
    "userDefined",
    "alwaysNotify",
    "notifyOnAppChanges",
    "notifyOnAppChangesWithoutDimming",
    "neverNotify"
  ],
  "type": "string",
  "description": "Possible values for Windows user account control settings.",
  "x-ms-enum": {
    "name": "windowsUserAccountControlSettings",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User Defined, default value, no intent.",
        "name": "userDefined"
      },
      {
        "value": "alwaysNotify",
        "description": "Always notify.",
        "name": "alwaysNotify"
      },
      {
        "value": "notifyOnAppChanges",
        "description": "Notify on app changes.",
        "name": "notifyOnAppChanges"
      },
      {
        "value": "notifyOnAppChangesWithoutDimming",
        "description": "Notify on app changes without dimming desktop.",
        "name": "notifyOnAppChangesWithoutDimming"
      },
      {
        "value": "neverNotify",
        "description": "Never notify.",
        "name": "neverNotify"
      }
    ]
  }
}