@itentialopensource/adapter-efficientip_solidserver
Version:
This adapter integrates with system described as: efficientip solidserver
68 lines • 1.95 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": "getGuardianPolicyList",
"enum": [
"getGuardianPolicyList",
"getGuardianPolicyCount",
"getGuardianPolicyInfo",
"createGuardianPolicy",
"updateGuardianPolicy",
"deleteGuardianPolicy"
],
"external_name": "ph_request_type"
},
"policyId": {
"type": "number",
"description": "The database identifier (ID) of the policy, a unique identifier automatically incremented when you add the policy. Use it to identify the policy of your choice.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "policy_id"
},
"serverId": {
"type": "number",
"description": "The database identifier (ID) of the Guardian server associated with the policy, a unique identifier automatically incremented when you add the server. Use it to identify ...(description truncated)",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "server_id"
},
"serverName": {
"type": "string",
"description": "The name of the Guardian server associated with the policy.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "server_name"
},
"policyName": {
"type": "string",
"description": "The name of the policy.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "policy_name"
}
},
"definitions": {}
}