@itentialopensource/adapter-paloalto_prismacloud
Version:
This adapter integrates with system described as: paloalto prismacloud.
58 lines • 1.47 kB
JSON
{
"$id": "schema.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": "getComplianceStatisticsBreakdown",
"enum": [
"getComplianceStatisticsBreakdown",
"getComplianceStatisticsforComplianceStandardID",
"getComplianceStatisticsforRequirementID",
"getComplianceStatisticsOverTime",
"getComplianceStatisticsOverTimeforComplianceStandardID",
"getComplianceStatisticsOverTimeforRequirementID",
"getComplianceOverviewFiltersandOptions"
],
"external_name": "ph_request_type"
},
"toNow": {
"type": "string",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "to_now"
},
"cloudAccount": {
"type": "string",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "cloud.account"
},
"cloudType": {
"type": "string",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "cloud.type"
}
},
"definitions": {}
}