Microsoft Graph · Schema

deviceManagementReportFileFormat

Possible values for the file format of a report to be exported.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdevicemanagementreportfileformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.deviceManagementReportFileFormat",
  "title": "deviceManagementReportFileFormat",
  "enum": [
    "csv",
    "pdf",
    "json",
    "unknownFutureValue"
  ],
  "type": "string",
  "description": "Possible values for the file format of a report to be exported.",
  "x-ms-enum": {
    "name": "deviceManagementReportFileFormat",
    "modelAsString": false,
    "values": [
      {
        "value": "csv",
        "description": "CSV Format.",
        "name": "csv"
      },
      {
        "value": "pdf",
        "description": "PDF Format (Deprecate later).",
        "name": "pdf"
      },
      {
        "value": "json",
        "description": "JSON Format.",
        "name": "json"
      },
      {
        "value": "unknownFutureValue",
        "description": "Evolvable enumeration sentinel value. Do not use.",
        "name": "unknownFutureValue"
      }
    ]
  }
}