Palo Alto Networks · JSON-LD Context
Palo Alto Prisma Cloud Compute Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Prisma Cloud Compute Api from Palo Alto Networks.
12 Classes
81 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
CIScan
ComplianceIssue
CompliancePolicy
Container
Defender
DefenderSummary
Host
Image
RegistryConfig
RuntimePolicy
Vulnerability
VulnerabilityPolicy
Properties
| Property | Type | Container |
|---|---|---|
| Id | string | |
| accountId | string | |
| appEmbedded | integer | |
| blacklist | string | set |
| block | boolean | |
| byType | reference | |
| cap | integer | |
| category | string | |
| cause | string | |
| checks | reference | set |
| cloudMetadata | reference | |
| cluster | string | |
| clusters | string | set |
| collections | string | set |
| complianceIssues | reference | set |
| complianceIssuesCount | integer | |
| condition | reference | |
| connected | boolean | |
| count | integer | |
| created | dateTime | |
| credentialID | string | |
| cri | integer | |
| critical | integer | |
| cves | reference | |
| cvss | float | |
| description | string | |
| disconnected | integer | |
| docker | integer | |
| dockerWindows | integer | |
| effect | string | |
| entityInfo | reference | |
| fargate | integer | |
| filesystem | reference | |
| fixedVersion | string | |
| high | integer | |
| hostname | string | |
| id | integer | |
| ids | string | set |
| imageId | string | |
| imageName | string | |
| instanceId | string | |
| kernelVersion | string | |
| lastModified | dateTime | |
| link | string | |
| low | integer | |
| medium | integer | |
| name | string | |
| namespace | string | |
| network | reference | |
| os | string | |
| osDistro | string | |
| osDistroVersion | string | |
| packageName | string | |
| packageVersion | string | |
| pass | boolean | |
| processes | reference | |
| provider | string | |
| publishedDate | dateTime | |
| region | string | |
| registry | string | |
| repo | string | |
| repoDigests | string | set |
| repoTag | reference | |
| rules | reference | set |
| scanTime | dateTime | |
| scanners | integer | |
| serverless | integer | |
| severities | string | set |
| severity | string | |
| state | string | |
| status | string | |
| tag | string | |
| title | string | |
| total | integer | |
| type | string | |
| version | string | |
| versionDistribution | reference | set |
| vulnerabilities | reference | set |
| vulnerabilitiesCount | integer | |
| vulnerabilityDistribution | reference | |
| whitelist | 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#",
"CIScan": "pan:CIScan",
"ComplianceIssue": "pan:ComplianceIssue",
"CompliancePolicy": "pan:CompliancePolicy",
"Container": "pan:Container",
"Defender": "pan:Defender",
"DefenderSummary": "pan:DefenderSummary",
"Host": "pan:Host",
"Image": "pan:Image",
"RegistryConfig": "pan:RegistryConfig",
"RuntimePolicy": "pan:RuntimePolicy",
"Vulnerability": "pan:Vulnerability",
"VulnerabilityPolicy": "pan:VulnerabilityPolicy",
"Id": {
"@id": "pan:_id",
"@type": "xsd:string"
},
"accountId": {
"@id": "pan:accountId",
"@type": "xsd:string"
},
"appEmbedded": {
"@id": "pan:appEmbedded",
"@type": "xsd:integer"
},
"blacklist": {
"@id": "pan:blacklist",
"@container": "@set",
"@type": "xsd:string"
},
"block": {
"@id": "pan:block",
"@type": "xsd:boolean"
},
"byType": {
"@id": "pan:by_type",
"@type": "@id"
},
"cap": {
"@id": "pan:cap",
"@type": "xsd:integer"
},
"category": {
"@id": "pan:category",
"@type": "xsd:string"
},
"cause": {
"@id": "pan:cause",
"@type": "xsd:string"
},
"checks": {
"@id": "pan:checks",
"@container": "@set",
"@type": "@id"
},
"cloudMetadata": {
"@id": "pan:cloudMetadata",
"@type": "@id"
},
"cluster": {
"@id": "pan:cluster",
"@type": "xsd:string"
},
"clusters": {
"@id": "pan:clusters",
"@container": "@set",
"@type": "xsd:string"
},
"collections": {
"@id": "pan:collections",
"@container": "@set",
"@type": "xsd:string"
},
"complianceIssues": {
"@id": "pan:complianceIssues",
"@container": "@set",
"@type": "@id"
},
"complianceIssuesCount": {
"@id": "pan:complianceIssuesCount",
"@type": "xsd:integer"
},
"condition": {
"@id": "pan:condition",
"@type": "@id"
},
"connected": {
"@id": "pan:connected",
"@type": "xsd:boolean"
},
"count": {
"@id": "pan:count",
"@type": "xsd:integer"
},
"created": {
"@id": "pan:created",
"@type": "xsd:dateTime"
},
"credentialID": {
"@id": "pan:credentialID",
"@type": "xsd:string"
},
"cri": {
"@id": "pan:cri",
"@type": "xsd:integer"
},
"critical": {
"@id": "pan:critical",
"@type": "xsd:integer"
},
"cves": {
"@id": "pan:cves",
"@type": "@id"
},
"cvss": {
"@id": "pan:cvss",
"@type": "xsd:float"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"disconnected": {
"@id": "pan:disconnected",
"@type": "xsd:integer"
},
"docker": {
"@id": "pan:docker",
"@type": "xsd:integer"
},
"dockerWindows": {
"@id": "pan:dockerWindows",
"@type": "xsd:integer"
},
"effect": {
"@id": "pan:effect",
"@type": "xsd:string"
},
"entityInfo": {
"@id": "pan:entityInfo",
"@type": "@id"
},
"fargate": {
"@id": "pan:fargate",
"@type": "xsd:integer"
},
"filesystem": {
"@id": "pan:filesystem",
"@type": "@id"
},
"fixedVersion": {
"@id": "pan:fixedVersion",
"@type": "xsd:string"
},
"high": {
"@id": "pan:high",
"@type": "xsd:integer"
},
"hostname": {
"@id": "pan:hostname",
"@type": "xsd:string"
},
"id": {
"@id": "pan:id",
"@type": "xsd:integer"
},
"ids": {
"@id": "pan:ids",
"@container": "@set",
"@type": "xsd:string"
},
"imageId": {
"@id": "pan:imageId",
"@type": "xsd:string"
},
"imageName": {
"@id": "pan:imageName",
"@type": "xsd:string"
},
"instanceId": {
"@id": "pan:instanceId",
"@type": "xsd:string"
},
"kernelVersion": {
"@id": "pan:kernelVersion",
"@type": "xsd:string"
},
"lastModified": {
"@id": "pan:lastModified",
"@type": "xsd:dateTime"
},
"link": {
"@id": "pan:link",
"@type": "xsd:string"
},
"low": {
"@id": "pan:low",
"@type": "xsd:integer"
},
"medium": {
"@id": "pan:medium",
"@type": "xsd:integer"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"namespace": {
"@id": "pan:namespace",
"@type": "xsd:string"
},
"network": {
"@id": "pan:network",
"@type": "@id"
},
"os": {
"@id": "pan:os",
"@type": "xsd:string"
},
"osDistro": {
"@id": "pan:osDistro",
"@type": "xsd:string"
},
"osDistroVersion": {
"@id": "pan:osDistroVersion",
"@type": "xsd:string"
},
"packageName": {
"@id": "pan:packageName",
"@type": "xsd:string"
},
"packageVersion": {
"@id": "pan:packageVersion",
"@type": "xsd:string"
},
"pass": {
"@id": "pan:pass",
"@type": "xsd:boolean"
},
"processes": {
"@id": "pan:processes",
"@type": "@id"
},
"provider": {
"@id": "pan:provider",
"@type": "xsd:string"
},
"publishedDate": {
"@id": "pan:publishedDate",
"@type": "xsd:dateTime"
},
"region": {
"@id": "pan:region",
"@type": "xsd:string"
},
"registry": {
"@id": "pan:registry",
"@type": "xsd:string"
},
"repo": {
"@id": "pan:repo",
"@type": "xsd:string"
},
"repoDigests": {
"@id": "pan:repoDigests",
"@container": "@set",
"@type": "xsd:string"
},
"repoTag": {
"@id": "pan:repoTag",
"@type": "@id"
},
"rules": {
"@id": "pan:rules",
"@container": "@set",
"@type": "@id"
},
"scanTime": {
"@id": "pan:scanTime",
"@type": "xsd:dateTime"
},
"scanners": {
"@id": "pan:scanners",
"@type": "xsd:integer"
},
"serverless": {
"@id": "pan:serverless",
"@type": "xsd:integer"
},
"severities": {
"@id": "pan:severities",
"@container": "@set",
"@type": "xsd:string"
},
"severity": {
"@id": "pan:severity",
"@type": "xsd:string"
},
"state": {
"@id": "pan:state",
"@type": "xsd:string"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"tag": {
"@id": "pan:tag",
"@type": "xsd:string"
},
"title": {
"@id": "pan:title",
"@type": "xsd:string"
},
"total": {
"@id": "pan:total",
"@type": "xsd:integer"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
},
"version": {
"@id": "schema:version",
"@type": "xsd:string"
},
"versionDistribution": {
"@id": "pan:version_distribution",
"@container": "@set",
"@type": "@id"
},
"vulnerabilities": {
"@id": "pan:vulnerabilities",
"@container": "@set",
"@type": "@id"
},
"vulnerabilitiesCount": {
"@id": "pan:vulnerabilitiesCount",
"@type": "xsd:integer"
},
"vulnerabilityDistribution": {
"@id": "pan:vulnerabilityDistribution",
"@type": "@id"
},
"whitelist": {
"@id": "pan:whitelist",
"@container": "@set",
"@type": "xsd:string"
}
}
}