Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. The 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. The possible values are: notConfigured, foreground. |
| autoUpdateSettings | win32LobAppAutoUpdateSettings | The auto-update settings to apply for this app assignment. |
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",
"autoUpdateSettings": {
"@odata.type": "microsoft.graph.win32LobAppAutoUpdateSettings",
"autoUpdateSupersededAppsState": "String"
}
}