Palo Alto Networks · JSON Structure

Sase 5G Api Security Policy5 G Request Structure

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

Type: object Properties: 8 Required: 1
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

SecurityPolicy5GRequest is a JSON Structure definition published by Palo Alto Networks, describing 8 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name description threat_prevention url_filtering app_identification decryption log_forwarding enabled

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-request-structure.json",
  "name": "SecurityPolicy5GRequest",
  "description": "SecurityPolicy5GRequest schema from Palo Alto Networks SASE 5G Managed Services API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name for the security policy."
    },
    "description": {
      "type": "string",
      "description": "Optional description."
    },
    "threat_prevention": {
      "type": "boolean",
      "default": true
    },
    "url_filtering": {
      "type": "boolean",
      "default": false
    },
    "app_identification": {
      "type": "boolean",
      "default": true
    },
    "decryption": {
      "type": "boolean",
      "default": false
    },
    "log_forwarding": {
      "type": "boolean",
      "default": true
    },
    "enabled": {
      "type": "boolean",
      "default": true
    }
  },
  "required": [
    "name"
  ]
}