@itentialopensource/adapter-zscaler
Version:
This adapter integrates with system Zscaler
55 lines • 1.5 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": false,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "getDlpDictionaries",
"enum": [
"getDlpDictionaries",
"addCustomDLPDictionary",
"getDLPDictionarySummary",
"getDlpDictionaryById",
"updateDlpDictionary",
"deleteCustomDlpDictionary",
"getPredefinedHierarchicalIdentifiersByDictionaryId",
"validateDlpPattern",
"getDLPEngines",
"addCustomDLPEngine",
"getDLPEnginesSummary",
"postDlpEnginesValidateDlpExpr",
"getDLPEngineById",
"updateDlpEngine",
"deleteCustomDlpEngine",
"getSchemas",
"getSchemaLite",
"gettemplates",
"addtemplate",
"getTemplateById",
"updatetemplate",
"deletetemplate",
"getICAPServers",
"getICAPServerSummary",
"getICAPServer",
"getProfiles",
"getSummary",
"getProfileById",
"getIncidentReceiverServers",
"getIncidentReceiverServerSummary",
"getIncidentReceiverServer",
"getRules",
"addRule",
"getWebDlpRulesLite",
"getRuleById",
"updateRule",
"deleteRule"
],
"external_name": "ph_request_type"
}
},
"definitions": {}
}