{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment", "title": "microsoft.graph.managedDeviceMobileAppConfigurationAssignment", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "managedDeviceMobileAppConfigurationAssignment", "required": [ "@odata.type" ], "type": "object", "properties": { "target": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" }, { "type": "object", "nullable": true } ], "description": "Assignment target that the T&C policy is assigned to." }, "@odata.type": { "type": "string" } }, "description": "Contains the properties used to assign an MDM app configuration to a group." } ], "x-ms-discriminator-value": "#microsoft.graph.managedDeviceMobileAppConfigurationAssignment" }