{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.mobileAppAssignment", "title": "microsoft.graph.mobileAppAssignment", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "mobileAppAssignment", "required": [ "@odata.type" ], "type": "object", "properties": { "intent": { "$ref": "#/components/schemas/microsoft.graph.installIntent" }, "settings": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings" }, { "type": "object", "nullable": true } ], "description": "The settings for target assignment defined by the admin." }, "target": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" }, { "type": "object", "nullable": true } ], "description": "The target group assignment defined by the admin." }, "@odata.type": { "type": "string" } }, "description": "A class containing the properties used for Group Assignment of a Mobile App." } ], "x-ms-discriminator-value": "#microsoft.graph.mobileAppAssignment" }