Palo Alto Networks · JSON-LD Context
Palo Alto Sase Multitenant Notifications Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sase Multitenant Notifications Api from Palo Alto Networks.
14 Classes
49 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
EmailChannelDetails
EmailDetails
MtNotifAggKey
MtNotification
NotifCategoryDetail
NotifChannel
NotifFilter
NotifListApiReqBody
NotifProfile
NotifStateChangeApiBody
NotifSubCategoryDetail
NotifTypeDetail
SortBy
WebhookChannelDetails
Properties
| Property | Type | Container |
|---|---|---|
| action | string | |
| aggKey | reference | |
| authType | string | |
| bestPractice | boolean | |
| body | string | |
| category | string | |
| createdTime | decimal | |
| description | string | |
| emailChannelDetails | reference | |
| emailId | string | |
| emails | reference | set |
| excludeTenantList | string | set |
| failureTenant | string | set |
| field | string | |
| filters | reference | set |
| id | string | |
| impactedTenantCount | decimal | |
| impactedTenants | string | set |
| inAppFlag | boolean | |
| name | string | |
| needLicense | boolean | |
| notifCategoryList | reference | set |
| notifChannels | reference | set |
| notifIds | string | set |
| notifReadState | string | |
| notifType | string | |
| notifTypeDetails | reference | set |
| num | integer | |
| opState | string | |
| page | reference | |
| profileName | string | |
| readState | string | |
| size | integer | |
| sortBy | string | |
| sortByList | reference | set |
| status | string | |
| subCategory | string | |
| subCategoryList | reference | set |
| successTenant | string | set |
| tag | reference | |
| template | reference | |
| templateJson | string | |
| tenantList | string | set |
| token | string | |
| tsgId | string | |
| type | string | |
| urls | string | set |
| values | string | set |
| webhookChannelDetails | reference |
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#",
"EmailChannelDetails": "pan:EmailChannelDetails",
"EmailDetails": "pan:EmailDetails",
"MtNotifAggKey": "pan:MtNotifAggKey",
"MtNotification": "pan:MtNotification",
"NotifCategoryDetail": "pan:NotifCategoryDetail",
"NotifChannel": "pan:NotifChannel",
"NotifFilter": "pan:NotifFilter",
"NotifListApiReqBody": "pan:NotifListApiReqBody",
"NotifProfile": "pan:NotifProfile",
"NotifStateChangeApiBody": "pan:NotifStateChangeApiBody",
"NotifSubCategoryDetail": "pan:NotifSubCategoryDetail",
"NotifTypeDetail": "pan:NotifTypeDetail",
"SortBy": "pan:SortBy",
"WebhookChannelDetails": "pan:WebhookChannelDetails",
"action": {
"@id": "pan:action",
"@type": "xsd:string"
},
"aggKey": {
"@id": "pan:aggKey",
"@type": "@id"
},
"authType": {
"@id": "pan:authType",
"@type": "xsd:string"
},
"bestPractice": {
"@id": "pan:bestPractice",
"@type": "xsd:boolean"
},
"body": {
"@id": "pan:body",
"@type": "xsd:string"
},
"category": {
"@id": "pan:category",
"@type": "xsd:string"
},
"createdTime": {
"@id": "pan:createdTime",
"@type": "xsd:decimal"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"emailChannelDetails": {
"@id": "pan:emailChannelDetails",
"@type": "@id"
},
"emailId": {
"@id": "pan:emailId",
"@type": "xsd:string"
},
"emails": {
"@id": "pan:emails",
"@container": "@set",
"@type": "@id"
},
"excludeTenantList": {
"@id": "pan:excludeTenantList",
"@container": "@set",
"@type": "xsd:string"
},
"failureTenant": {
"@id": "pan:failureTenant",
"@container": "@set",
"@type": "xsd:string"
},
"field": {
"@id": "pan:field",
"@type": "xsd:string"
},
"filters": {
"@id": "pan:filters",
"@container": "@set",
"@type": "@id"
},
"id": {
"@id": "pan:id",
"@type": "xsd:string"
},
"impactedTenantCount": {
"@id": "pan:impactedTenantCount",
"@type": "xsd:decimal"
},
"impactedTenants": {
"@id": "pan:impactedTenants",
"@container": "@set",
"@type": "xsd:string"
},
"inAppFlag": {
"@id": "pan:inAppFlag",
"@type": "xsd:boolean"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"needLicense": {
"@id": "pan:needLicense",
"@type": "xsd:boolean"
},
"notifCategoryList": {
"@id": "pan:notifCategoryList",
"@container": "@set",
"@type": "@id"
},
"notifChannels": {
"@id": "pan:notifChannels",
"@container": "@set",
"@type": "@id"
},
"notifIds": {
"@id": "pan:notifIds",
"@container": "@set",
"@type": "xsd:string"
},
"notifReadState": {
"@id": "pan:notifReadState",
"@type": "xsd:string"
},
"notifType": {
"@id": "pan:notifType",
"@type": "xsd:string"
},
"notifTypeDetails": {
"@id": "pan:notifTypeDetails",
"@container": "@set",
"@type": "@id"
},
"num": {
"@id": "pan:num",
"@type": "xsd:integer"
},
"opState": {
"@id": "pan:opState",
"@type": "xsd:string"
},
"page": {
"@id": "pan:page",
"@type": "@id"
},
"profileName": {
"@id": "pan:profileName",
"@type": "xsd:string"
},
"readState": {
"@id": "pan:readState",
"@type": "xsd:string"
},
"size": {
"@id": "pan:size",
"@type": "xsd:integer"
},
"sortBy": {
"@id": "pan:sortBy",
"@type": "xsd:string"
},
"sortByList": {
"@id": "pan:sortByList",
"@container": "@set",
"@type": "@id"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"subCategory": {
"@id": "pan:subCategory",
"@type": "xsd:string"
},
"subCategoryList": {
"@id": "pan:subCategoryList",
"@container": "@set",
"@type": "@id"
},
"successTenant": {
"@id": "pan:successTenant",
"@container": "@set",
"@type": "xsd:string"
},
"tag": {
"@id": "pan:tag",
"@type": "@id"
},
"template": {
"@id": "pan:template",
"@type": "@id"
},
"templateJson": {
"@id": "pan:templateJson",
"@type": "xsd:string"
},
"tenantList": {
"@id": "pan:tenantList",
"@container": "@set",
"@type": "xsd:string"
},
"token": {
"@id": "pan:token",
"@type": "xsd:string"
},
"tsgId": {
"@id": "pan:tsgId",
"@type": "xsd:string"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
},
"urls": {
"@id": "pan:urls",
"@container": "@set",
"@type": "xsd:string"
},
"values": {
"@id": "pan:values",
"@container": "@set",
"@type": "xsd:string"
},
"webhookChannelDetails": {
"@id": "pan:webhookChannelDetails",
"@type": "@id"
}
}
}