{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.allDevicesAssignmentTarget", "title": "microsoft.graph.allDevicesAssignmentTarget", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" }, { "title": "allDevicesAssignmentTarget", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string", "default": "#microsoft.graph.allDevicesAssignmentTarget" } }, "description": "Represents an assignment to all managed devices in the tenant." } ], "x-ms-discriminator-value": "#microsoft.graph.allDevicesAssignmentTarget" }