{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsUpdateNotificationDisplayOption", "title": "windowsUpdateNotificationDisplayOption", "enum": [ "notConfigured", "defaultNotifications", "restartWarningsOnly", "disableAllNotifications", "unknownFutureValue" ], "type": "string", "description": "Windows Update Notification Display Options", "x-ms-enum": { "name": "windowsUpdateNotificationDisplayOption", "modelAsString": false, "values": [ { "value": "notConfigured", "description": "Not configured", "name": "notConfigured" }, { "value": "defaultNotifications", "description": "Use the default Windows Update notifications.", "name": "defaultNotifications" }, { "value": "restartWarningsOnly", "description": "Turn off all notifications, excluding restart warnings.", "name": "restartWarningsOnly" }, { "value": "disableAllNotifications", "description": "Turn off all notifications, including restart warnings.", "name": "disableAllNotifications" }, { "value": "unknownFutureValue", "description": "Evolvable enumeration sentinel value. Do not use.", "name": "unknownFutureValue" } ] } }