Palo Alto Networks · JSON-LD Context
Palo Alto Prisma Cloud Context
JSON-LD context defining the semantic vocabulary for Palo Alto Prisma Cloud from Palo Alto Networks.
3 Classes
28 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
Prisma Cloud Policy
remediation
rule
Properties
| Property | Type | Container |
|---|---|---|
| cliScriptTemplate | string | |
| cloudType | string | |
| complianceMetadata | set | |
| createdBy | string | |
| createdOn | integer | |
| criteria | string | |
| description | string | |
| enabled | boolean | |
| labels | string | set |
| lastModifiedBy | string | |
| lastModifiedOn | integer | |
| name | string | |
| parameters | reference | |
| policyId | string | |
| policyType | string | |
| recommendation | string | |
| remediable | boolean | |
| requirementId | string | |
| requirementName | string | |
| rollbackCLIScriptTemplate | string | |
| savedSearch | boolean | |
| sectionDescription | string | |
| sectionId | string | |
| severity | string | |
| standardName | string | |
| systemDefault | boolean | |
| type | string | |
| withIac | boolean |
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#",
"Prisma Cloud Policy": "pan:Prisma Cloud Policy",
"cliScriptTemplate": {
"@id": "pan:cliScriptTemplate",
"@type": "xsd:string"
},
"cloudType": {
"@id": "pan:cloudType",
"@type": "xsd:string"
},
"complianceMetadata": {
"@id": "pan:complianceMetadata",
"@container": "@set"
},
"createdBy": {
"@id": "pan:createdBy",
"@type": "xsd:string"
},
"createdOn": {
"@id": "pan:createdOn",
"@type": "xsd:integer"
},
"criteria": {
"@id": "pan:criteria",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"enabled": {
"@id": "pan:enabled",
"@type": "xsd:boolean"
},
"labels": {
"@id": "pan:labels",
"@container": "@set",
"@type": "xsd:string"
},
"lastModifiedBy": {
"@id": "pan:lastModifiedBy",
"@type": "xsd:string"
},
"lastModifiedOn": {
"@id": "pan:lastModifiedOn",
"@type": "xsd:integer"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"parameters": {
"@id": "pan:parameters",
"@type": "@id"
},
"policyId": {
"@id": "pan:policyId",
"@type": "xsd:string"
},
"policyType": {
"@id": "pan:policyType",
"@type": "xsd:string"
},
"recommendation": {
"@id": "pan:recommendation",
"@type": "xsd:string"
},
"remediable": {
"@id": "pan:remediable",
"@type": "xsd:boolean"
},
"remediation": "pan:remediation",
"requirementId": {
"@id": "pan:requirementId",
"@type": "xsd:string"
},
"requirementName": {
"@id": "pan:requirementName",
"@type": "xsd:string"
},
"rollbackCLIScriptTemplate": {
"@id": "pan:rollbackCLIScriptTemplate",
"@type": "xsd:string"
},
"rule": "pan:rule",
"savedSearch": {
"@id": "pan:savedSearch",
"@type": "xsd:boolean"
},
"sectionDescription": {
"@id": "pan:sectionDescription",
"@type": "xsd:string"
},
"sectionId": {
"@id": "pan:sectionId",
"@type": "xsd:string"
},
"severity": {
"@id": "pan:severity",
"@type": "xsd:string"
},
"standardName": {
"@id": "pan:standardName",
"@type": "xsd:string"
},
"systemDefault": {
"@id": "pan:systemDefault",
"@type": "xsd:boolean"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
},
"withIac": {
"@id": "pan:withIac",
"@type": "xsd:boolean"
}
}
}