Palo Alto Networks · JSON Structure

Sspm Api Catalog App Structure

CatalogApp schema from Palo Alto Networks SaaS Security Posture Management API

Type: object Properties: 6
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

app_type display_name category check_count compliance_frameworks logo_url

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/sspm-api-catalog-app-structure.json",
  "name": "CatalogApp",
  "description": "CatalogApp schema from Palo Alto Networks SaaS Security Posture Management API",
  "type": "object",
  "properties": {
    "app_type": {
      "type": "string",
      "description": "Application type identifier used for onboarding."
    },
    "display_name": {
      "type": "string",
      "description": "Human-readable application name."
    },
    "category": {
      "type": "string",
      "description": "Application category (e.g., collaboration, crm, storage)."
    },
    "check_count": {
      "type": "int32",
      "description": "Number of posture checks available for this application."
    },
    "compliance_frameworks": {
      "type": "array",
      "description": "Compliance frameworks covered by checks for this application.",
      "items": {
        "type": "string"
      }
    },
    "logo_url": {
      "type": "uri",
      "description": "URL to the application logo."
    }
  }
}