Box · Schema

Shield information barrier report details

Indicates which folder the report file is located and any errors when generating the report.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
details object
View JSON Schema on GitHub

JSON Schema

box-shieldinformationbarrierreportdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShieldInformationBarrierReportDetails",
  "title": "Shield information barrier report details",
  "type": "object",
  "x-box-resource-id": "shield_information_barrier_report_details",
  "x-box-tag": "shield_information_barrier_reports",
  "description": "Indicates which folder the report\nfile is located and any errors when generating the report.",
  "properties": {
    "details": {
      "type": "object",
      "properties": {
        "folder_id": {
          "type": "string",
          "example": "124235",
          "description": "Folder ID for locating this report"
        }
      }
    }
  }
}