macOsLobAppAssignmentSettings 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 a macOS LOB app to a group.
Inherits from mobileAppAssignmentSettings
Properties
Property | Type | Description |
---|---|---|
uninstallOnDeviceRemoval | Boolean | When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.macOsLobAppAssignmentSettings",
"uninstallOnDeviceRemoval": true
}