{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.termsAndConditionsAssignment", "title": "microsoft.graph.termsAndConditionsAssignment", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "termsAndConditionsAssignment", "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": "A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune." } ], "x-ms-discriminator-value": "#microsoft.graph.termsAndConditionsAssignment" }