Edit

cloudPcNotificationSetting resource type (deprecated)

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Caution

The cloudPcNotificationSetting resource is deprecated and will stop returning data on July 14, 2026.

Represents specific settings of notification prompt.

Properties

Property Type Description
restartPromptsDisabled Boolean If true, doesn't prompt the user to restart the Cloud PC. If false, prompts the user to restart Cloud PC. The default value is false.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcNotificationSetting",
  "restartPromptsDisabled": "Boolean"
}