<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class WindowsUpdateNotificationDisplayOption extends Enum {
    public const NOT_CONFIGURED = "notConfigured";
    public const DEFAULT_NOTIFICATIONS = "defaultNotifications";
    public const RESTART_WARNINGS_ONLY = "restartWarningsOnly";
    public const DISABLE_ALL_NOTIFICATIONS = "disableAllNotifications";
    public const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
