Palo Alto Networks · JSON Structure

Sase 5G Api Security Policy5 G Structure

SecurityPolicy5G schema from Palo Alto Networks SASE 5G Managed Services API

Type: object Properties: 11
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

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

Properties

policy_id name description threat_prevention url_filtering app_identification decryption log_forwarding enabled created_at updated_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/sase-5g-api-security-policy5-g-structure.json",
  "name": "SecurityPolicy5G",
  "description": "SecurityPolicy5G schema from Palo Alto Networks SASE 5G Managed Services API",
  "type": "object",
  "properties": {
    "policy_id": {
      "type": "string",
      "description": "Unique identifier of the security policy."
    },
    "name": {
      "type": "string",
      "description": "Display name of the security policy."
    },
    "description": {
      "type": "string",
      "description": "Description of the policy's purpose."
    },
    "threat_prevention": {
      "type": "boolean",
      "description": "Whether threat prevention inspection is enabled."
    },
    "url_filtering": {
      "type": "boolean",
      "description": "Whether URL filtering is enabled for 5G data traffic."
    },
    "app_identification": {
      "type": "boolean",
      "description": "Whether application identification is enabled."
    },
    "decryption": {
      "type": "boolean",
      "description": "Whether SSL/TLS decryption is enabled."
    },
    "log_forwarding": {
      "type": "boolean",
      "description": "Whether log forwarding is enabled for this policy."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether this policy is active."
    },
    "created_at": {
      "type": "datetime"
    },
    "updated_at": {
      "type": "datetime"
    }
  }
}