@itentialopensource/adapter-paloalto_prismacloud
Version:
This adapter integrates with system described as: paloalto prismacloud.
34 lines • 822 B
JSON
{
"$id": ".system-schemaTokenReq.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "getToken",
"enum": [
"getToken"
],
"external_name": "ph_request_type"
},
"grant_type": {
"type": "string",
"description": "type of auth",
"external_name": "grant_type"
},
"client_secret": {
"type": "string",
"description": "secret used during login",
"external_name": "client_secret"
},
"client_id": {
"type": "string",
"description": "client id",
"external_name": "client_id"
}
},
"definitions": {}
}