@itentialopensource/adapter-salesforce_tooling
Version:
This adapter integrates with system described as: Salesforce Tooling.
89 lines • 2.08 kB
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 appreciation id",
"external_name": "client_id"
},
"username": {
"type": "string",
"description": "username to log in with",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "username"
},
"password": {
"type": "string",
"description": "password to log in with",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "password"
},
"client_id": {
"type": "string",
"description": "client id to log in with",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "client_id"
},
"client_secret": {
"type": "string",
"description": "client secret to log in with",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "client_secret"
},
"grant_type": {
"type": "string",
"description": "grant type being used",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "grant_type"
}
},
"definitions": {}
}