Palo Alto Sase Iam Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sase Iam Api from Palo Alto Networks.
7 Classes
17 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
AccessPolicy
AccessPolicyRequest
Role
ServiceAccount
ServiceAccountCredentials
ServiceAccountRequest
ServiceAccountUpdate
Properties
| Property |
Type |
Container |
| clientId |
string |
|
| clientSecret |
string |
|
| createdAt |
dateTime |
|
| description |
string |
|
| displayName |
string |
|
| expiresAt |
dateTime |
|
| id |
string |
|
| keyCount |
integer |
|
| keyId |
string |
|
| name |
string |
|
| permissions |
string |
set |
| principalId |
string |
|
| principalType |
string |
|
| roleId |
string |
|
| roleName |
string |
|
| tsgId |
string |
|
| updatedAt |
dateTime |
|
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#",
"AccessPolicy": "pan:AccessPolicy",
"AccessPolicyRequest": "pan:AccessPolicyRequest",
"Role": "pan:Role",
"ServiceAccount": "pan:ServiceAccount",
"ServiceAccountCredentials": "pan:ServiceAccountCredentials",
"ServiceAccountRequest": "pan:ServiceAccountRequest",
"ServiceAccountUpdate": "pan:ServiceAccountUpdate",
"clientId": {
"@id": "pan:client_id",
"@type": "xsd:string"
},
"clientSecret": {
"@id": "pan:client_secret",
"@type": "xsd:string"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"displayName": {
"@id": "pan:display_name",
"@type": "xsd:string"
},
"expiresAt": {
"@id": "pan:expires_at",
"@type": "xsd:dateTime"
},
"id": {
"@id": "pan:id",
"@type": "xsd:string"
},
"keyCount": {
"@id": "pan:key_count",
"@type": "xsd:integer"
},
"keyId": {
"@id": "pan:key_id",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"permissions": {
"@id": "pan:permissions",
"@container": "@set",
"@type": "xsd:string"
},
"principalId": {
"@id": "pan:principal_id",
"@type": "xsd:string"
},
"principalType": {
"@id": "pan:principal_type",
"@type": "xsd:string"
},
"roleId": {
"@id": "pan:role_id",
"@type": "xsd:string"
},
"roleName": {
"@id": "pan:role_name",
"@type": "xsd:string"
},
"tsgId": {
"@id": "pan:tsg_id",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
}
}
}