Palo Alto Networks · JSON Structure

Prisma Cloud Compute Api Compliance Issue Structure

ComplianceIssue schema from Palo Alto Networks Prisma Cloud Compute API

Type: object Properties: 5
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ComplianceIssue is a JSON Structure definition published by Palo Alto Networks, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id title severity cause description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-cloud-compute-api-compliance-issue-structure.json",
  "name": "ComplianceIssue",
  "description": "ComplianceIssue schema from Palo Alto Networks Prisma Cloud Compute API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Compliance check ID."
    },
    "title": {
      "type": "string",
      "description": "Title of the compliance check."
    },
    "severity": {
      "type": "string",
      "description": "Severity of the compliance issue.",
      "enum": [
        "critical",
        "high",
        "medium",
        "low"
      ]
    },
    "cause": {
      "type": "string",
      "description": "Explanation of why the resource failed the check."
    },
    "description": {
      "type": "string",
      "description": "Detailed description of the compliance requirement."
    }
  }
}