Microsoft Graph · Schema

report

Device Configuration profile History reports.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
content string The http content that has the data
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphreport-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.report",
  "title": "report",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "The http content that has the data",
      "format": "base64url",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Device Configuration profile History reports."
}