{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.termsOfUseContainer", "title": "microsoft.graph.termsOfUseContainer", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "termsOfUseContainer", "required": [ "@odata.type" ], "type": "object", "properties": { "agreementAcceptances": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.agreementAcceptance" }, "description": "Represents the current status of a user's response to a company's customizable terms of use agreement.", "x-ms-navigationProperty": true }, "agreements": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.agreement" }, "description": "Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.termsOfUseContainer" }