Microsoft Graph · Schema

reportRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
authenticationMethods object Container for navigation properties for Microsoft Entra authentication methods resources.
dailyPrintUsageByPrinter array Retrieve a list of daily print usage summaries, grouped by printer.
dailyPrintUsageByUser array Retrieve a list of daily print usage summaries, grouped by user.
monthlyPrintUsageByPrinter array Retrieve a list of monthly print usage summaries, grouped by printer.
monthlyPrintUsageByUser array Retrieve a list of monthly print usage summaries, grouped by user.
partners object Represents billing details for a Microsoft direct partner.
security object Represents an abstract type that contains resources for attack simulation and training reports.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphreportroot-schema.json Raw ↑
{
  "$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"
    }
  }
}