Palo Alto Networks · JSON Structure

Saas Security Api Application Structure

Application schema from Palo Alto Networks SaaS Security API

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

id name type status asset_count incident_count connected_at

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/saas-security-api-application-structure.json",
  "name": "Application",
  "description": "Application schema from Palo Alto Networks SaaS Security API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique application identifier."
    },
    "name": {
      "type": "string",
      "description": "SaaS application name (e.g., Google Drive, Microsoft SharePoint)."
    },
    "type": {
      "type": "string",
      "description": "Application type or category."
    },
    "status": {
      "type": "string",
      "description": "Current connection status.",
      "enum": [
        "connected",
        "disconnected",
        "error"
      ]
    },
    "asset_count": {
      "type": "int32",
      "description": "Number of assets scanned for this application."
    },
    "incident_count": {
      "type": "int32",
      "description": "Number of active incidents for this application."
    },
    "connected_at": {
      "type": "datetime",
      "description": "Timestamp when the application was connected."
    }
  }
}