Palo Alto Networks · JSON-LD Context
Palo Alto Saas Security Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Saas Security Api from Palo Alto Networks.
6 Classes
36 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
Application
Asset
Incident
LogForwardingSettings
User
UserActivity
Properties
| Property | Type | Container |
|---|---|---|
| accountType | string | |
| action | string | |
| affectedAssets | string | set |
| affectedUsers | string | set |
| appId | string | |
| appName | string | |
| assetCount | integer | |
| assetId | string | |
| assigneeId | string | |
| connectedAt | dateTime | |
| createdAt | dateTime | |
| description | string | |
| destinations | reference | set |
| displayName | string | |
| dlpViolations | string | set |
| string | ||
| enabled | boolean | |
| exposure | string | |
| id | string | |
| incidentCount | integer | |
| ipAddress | string | |
| lastActivity | dateTime | |
| lastScannedAt | dateTime | |
| logTypes | string | set |
| name | string | |
| owner | string | |
| policyName | string | |
| riskLevel | string | |
| severity | string | |
| sizeBytes | integer | |
| status | string | |
| timestamp | dateTime | |
| title | string | |
| type | string | |
| updatedAt | dateTime | |
| userId | string |
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#",
"Application": "pan:Application",
"Asset": "pan:Asset",
"Incident": "pan:Incident",
"LogForwardingSettings": "pan:LogForwardingSettings",
"User": "pan:User",
"UserActivity": "pan:UserActivity",
"accountType": {
"@id": "pan:account_type",
"@type": "xsd:string"
},
"action": {
"@id": "pan:action",
"@type": "xsd:string"
},
"affectedAssets": {
"@id": "pan:affected_assets",
"@container": "@set",
"@type": "xsd:string"
},
"affectedUsers": {
"@id": "pan:affected_users",
"@container": "@set",
"@type": "xsd:string"
},
"appId": {
"@id": "pan:app_id",
"@type": "xsd:string"
},
"appName": {
"@id": "pan:app_name",
"@type": "xsd:string"
},
"assetCount": {
"@id": "pan:asset_count",
"@type": "xsd:integer"
},
"assetId": {
"@id": "pan:asset_id",
"@type": "xsd:string"
},
"assigneeId": {
"@id": "pan:assignee_id",
"@type": "xsd:string"
},
"connectedAt": {
"@id": "pan:connected_at",
"@type": "xsd:dateTime"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"destinations": {
"@id": "pan:destinations",
"@container": "@set",
"@type": "@id"
},
"displayName": {
"@id": "pan:display_name",
"@type": "xsd:string"
},
"dlpViolations": {
"@id": "pan:dlp_violations",
"@container": "@set",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"enabled": {
"@id": "pan:enabled",
"@type": "xsd:boolean"
},
"exposure": {
"@id": "pan:exposure",
"@type": "xsd:string"
},
"id": {
"@id": "pan:id",
"@type": "xsd:string"
},
"incidentCount": {
"@id": "pan:incident_count",
"@type": "xsd:integer"
},
"ipAddress": {
"@id": "pan:ip_address",
"@type": "xsd:string"
},
"lastActivity": {
"@id": "pan:last_activity",
"@type": "xsd:dateTime"
},
"lastScannedAt": {
"@id": "pan:last_scanned_at",
"@type": "xsd:dateTime"
},
"logTypes": {
"@id": "pan:log_types",
"@container": "@set",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"owner": {
"@id": "pan:owner",
"@type": "xsd:string"
},
"policyName": {
"@id": "pan:policy_name",
"@type": "xsd:string"
},
"riskLevel": {
"@id": "pan:risk_level",
"@type": "xsd:string"
},
"severity": {
"@id": "pan:severity",
"@type": "xsd:string"
},
"sizeBytes": {
"@id": "pan:size_bytes",
"@type": "xsd:integer"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"timestamp": {
"@id": "pan:timestamp",
"@type": "xsd:dateTime"
},
"title": {
"@id": "pan:title",
"@type": "xsd:string"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"userId": {
"@id": "pan:user_id",
"@type": "xsd:string"
}
}
}