-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconnector-config-internal.json
More file actions
53 lines (53 loc) · 1.46 KB
/
connector-config-internal.json
File metadata and controls
53 lines (53 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"parameterDefaults": {
"serviceUrl": "https://apiv2.eightfold-wu.ai/"
},
"api": {
"generalInformation": {
"publisher": "Microsoft"
},
"metadata": {
"useNewApimVersion": "true",
"stackOwner": "EightFold ai.",
"source": "marketplace",
"hideKey": "iomeightfold"
},
"connectionParameters": {
"key": {
"type": "string",
"uiDefinition": {
"constraints": {
"required": "true"
},
"displayName": "Username",
"description": "Eightfold Project username",
"tooltip": "Provide API Key received during FedEx Developer portal registration"
}
},
"secret": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": false,
"required": "true"
},
"displayName": "Password",
"description": "Eightfold Project Password",
"tooltip": "Provide Password received during Eightfold Developer portal registration"
}
},
"Authorization": {
"type": "securestring",
"uiDefinition": {
"constraints": {
"clearText": false,
"required": "true"
},
"displayName": "Authorization",
"description": "Eightfold Project Authorization",
"tooltip": "Provide Authorization received during Eightfold Developer portal registration"
}
}
}
}
}