Palo Alto Networks · JSON-LD Context
Palo Alto Pan Os Context
JSON-LD context defining the semantic vocabulary for Palo Alto Pan Os from Palo Alto Networks.
3 Classes
27 Properties
4 Namespaces
Namespaces
pan:
https://pan.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
PAN-OS Security Rule
profile-setting
profiles
Properties
| Property | Type | Container |
|---|---|---|
| action | string | |
| application | string | set |
| data-filtering | string | set |
| description | string | |
| destination | string | set |
| disabled | boolean | |
| file-blocking | string | set |
| from | string | set |
| group | string | set |
| log-end | boolean | |
| log-setting | string | |
| log-start | boolean | |
| name | string | |
| negate-destination | boolean | |
| negate-source | boolean | |
| rule-type | string | |
| schedule | string | |
| service | string | set |
| source | string | set |
| source-user | string | set |
| spyware | string | set |
| tag | string | set |
| to | string | set |
| url-filtering | string | set |
| virus | string | set |
| vulnerability | string | set |
| wildfire-analysis | string | set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"pan": "https://pan.dev/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"PAN-OS Security Rule": "pan:PAN-OS Security Rule",
"action": {
"@id": "pan:action",
"@type": "xsd:string"
},
"application": {
"@id": "pan:application",
"@container": "@set",
"@type": "xsd:string"
},
"data-filtering": {
"@id": "pan:data-filtering",
"@container": "@set",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"destination": {
"@id": "pan:destination",
"@container": "@set",
"@type": "xsd:string"
},
"disabled": {
"@id": "pan:disabled",
"@type": "xsd:boolean"
},
"file-blocking": {
"@id": "pan:file-blocking",
"@container": "@set",
"@type": "xsd:string"
},
"from": {
"@id": "pan:from",
"@container": "@set",
"@type": "xsd:string"
},
"group": {
"@id": "pan:group",
"@container": "@set",
"@type": "xsd:string"
},
"log-end": {
"@id": "pan:log-end",
"@type": "xsd:boolean"
},
"log-setting": {
"@id": "pan:log-setting",
"@type": "xsd:string"
},
"log-start": {
"@id": "pan:log-start",
"@type": "xsd:boolean"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"negate-destination": {
"@id": "pan:negate-destination",
"@type": "xsd:boolean"
},
"negate-source": {
"@id": "pan:negate-source",
"@type": "xsd:boolean"
},
"profile-setting": "pan:profile-setting",
"profiles": "pan:profiles",
"rule-type": {
"@id": "pan:rule-type",
"@type": "xsd:string"
},
"schedule": {
"@id": "pan:schedule",
"@type": "xsd:string"
},
"service": {
"@id": "pan:service",
"@container": "@set",
"@type": "xsd:string"
},
"source": {
"@id": "pan:source",
"@container": "@set",
"@type": "xsd:string"
},
"source-user": {
"@id": "pan:source-user",
"@container": "@set",
"@type": "xsd:string"
},
"spyware": {
"@id": "pan:spyware",
"@container": "@set",
"@type": "xsd:string"
},
"tag": {
"@id": "pan:tag",
"@container": "@set",
"@type": "xsd:string"
},
"to": {
"@id": "pan:to",
"@container": "@set",
"@type": "xsd:string"
},
"url-filtering": {
"@id": "pan:url-filtering",
"@container": "@set",
"@type": "xsd:string"
},
"virus": {
"@id": "pan:virus",
"@container": "@set",
"@type": "xsd:string"
},
"vulnerability": {
"@id": "pan:vulnerability",
"@container": "@set",
"@type": "xsd:string"
},
"wildfire-analysis": {
"@id": "pan:wildfire-analysis",
"@container": "@set",
"@type": "xsd:string"
}
}
}