Microsoft Graph · Schema

microsoft.graph.macOsLobAppAssignmentSettings

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmacoslobappassignmentsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.macOsLobAppAssignmentSettings",
  "title": "microsoft.graph.macOsLobAppAssignmentSettings",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"
    },
    {
      "title": "macOsLobAppAssignmentSettings",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "uninstallOnDeviceRemoval": {
          "type": "boolean",
          "description": "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.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.macOsLobAppAssignmentSettings"
        }
      },
      "description": "Contains properties used to assign a macOS LOB app to a group."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.macOsLobAppAssignmentSettings"
}