{ "$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" } } }