Palo Alto Networks · Schema
SecurityPolicy5G
SecurityPolicy5G schema from Palo Alto Networks SASE 5G Managed Services API
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR
Properties
| Name | Type | Description |
|---|---|---|
| policy_id | string | Unique identifier of the security policy. |
| name | string | Display name of the security policy. |
| description | string | Description of the policy's purpose. |
| threat_prevention | boolean | Whether threat prevention inspection is enabled. |
| url_filtering | boolean | Whether URL filtering is enabled for 5G data traffic. |
| app_identification | boolean | Whether application identification is enabled. |
| decryption | boolean | Whether SSL/TLS decryption is enabled. |
| log_forwarding | boolean | Whether log forwarding is enabled for this policy. |
| enabled | boolean | Whether this policy is active. |
| created_at | string | |
| updated_at | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SecurityPolicy5G",
"description": "SecurityPolicy5G schema from Palo Alto Networks SASE 5G Managed Services API",
"$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-5g-api-security-policy5-g-schema.json",
"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": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
}
}
}