winGetAppNotification enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains value for notification status.
Members
Member | Value | Description |
---|---|---|
showAll | 0 | Show all notifications. |
showReboot | 1 | Only show restart notification and suppress other notifications. |
hideAll | 2 | Hide all notifications. |
unknownFutureValue | 3 | Unknown future value, reserved for future usage as expandable enum. |