win32LobAppAssignmentSettings resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Contains properties used to assign an Win32 LOB mobile app to a group.

Inherits from mobileAppAssignmentSettings

Properties

Property Type Description
notifications win32LobAppNotification The notification status for this app assignment. Possible values are: showAll, showReboot, hideAll.
restartSettings win32LobAppRestartSettings The reboot settings to apply for this app assignment.
installTimeSettings mobileAppInstallTimeSettings The install time settings to apply for this app assignment.
deliveryOptimizationPriority win32LobAppDeliveryOptimizationPriority The delivery optimization priority for this app assignment. This setting is not supported in National Cloud environments. Possible values are: notConfigured, foreground.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.win32LobAppAssignmentSettings",
  "notifications": "String",
  "restartSettings": {
    "@odata.type": "microsoft.graph.win32LobAppRestartSettings",
    "gracePeriodInMinutes": 1024,
    "countdownDisplayBeforeRestartInMinutes": 1024,
    "restartNotificationSnoozeDurationInMinutes": 1024
  },
  "installTimeSettings": {
    "@odata.type": "microsoft.graph.mobileAppInstallTimeSettings",
    "useLocalTime": true,
    "startDateTime": "String (timestamp)",
    "deadlineDateTime": "String (timestamp)"
  },
  "deliveryOptimizationPriority": "String"
}