{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment", "title": "complianceManagementPartnerAssignment", "required": [ "@odata.type" ], "type": "object", "properties": { "target": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget" }, { "type": "object", "nullable": true } ], "description": "Group assignment target." }, "@odata.type": { "type": "string" } }, "description": "User group targeting for Compliance Management Partner" }