{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.reportRoot", "title": "reportRoot", "required": [ "@odata.type" ], "type": "object", "properties": { "authenticationMethods": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.authenticationMethodsRoot" }, { "type": "object", "nullable": true } ], "description": "Container for navigation properties for Microsoft Entra authentication methods resources.", "x-ms-navigationProperty": true }, "dailyPrintUsageByPrinter": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.printUsageByPrinter" }, "description": "Retrieve a list of daily print usage summaries, grouped by printer.", "x-ms-navigationProperty": true }, "dailyPrintUsageByUser": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.printUsageByUser" }, "description": "Retrieve a list of daily print usage summaries, grouped by user.", "x-ms-navigationProperty": true }, "monthlyPrintUsageByPrinter": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.printUsageByPrinter" }, "description": "Retrieve a list of monthly print usage summaries, grouped by printer.", "x-ms-navigationProperty": true }, "monthlyPrintUsageByUser": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.printUsageByUser" }, "description": "Retrieve a list of monthly print usage summaries, grouped by user.", "x-ms-navigationProperty": true }, "partners": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.partners" }, { "type": "object", "nullable": true } ], "description": "Represents billing details for a Microsoft direct partner.", "x-ms-navigationProperty": true }, "security": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.securityReportsRoot" }, { "type": "object", "nullable": true } ], "description": "Represents an abstract type that contains resources for attack simulation and training reports.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } }