MobileAppAssignment

Assignment of a mobile app to a group.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
id string
intent string
target object
settings object
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-mobileappassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MobileAppAssignment",
  "title": "MobileAppAssignment",
  "type": "object",
  "description": "Assignment of a mobile app to a group.",
  "properties": {
    "id": {
      "type": "string"
    },
    "intent": {
      "type": "string",
      "enum": [
        "available",
        "required",
        "uninstall",
        "availableWithoutEnrollment"
      ]
    },
    "target": {
      "type": "object",
      "properties": {
        "@odata.type": {
          "type": "string"
        },
        "groupId": {
          "type": "string"
        }
      }
    },
    "settings": {
      "type": "object"
    }
  }
}