-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrestconnprop.json
40 lines (40 loc) · 1.09 KB
/
restconnprop.json
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
{
"connectionProperties": [
{
"displayName": "Connection URL",
"hasAttachment": false,
"hiddenFlag": false,
"propertyGroup": "CONNECTION_PROPS",
"propertyName": "connectionUrl",
"propertyShortDesc": "Please make sure that this value really corresponds to the type selected above.",
"propertyType": "URL",
"propertyValue": "https://testinstance-idevjxz332qf-ia.integration.ocp.oraclecloud.com/",
"requiredFlag": true
}
],
"securityPolicy": "BASIC_AUTH",
"securityProperties": [
{
"displayName": "Username",
"hasAttachment": false,
"hiddenFlag": false,
"propertyDescription": "A username credential",
"propertyGroup": "CREDENTIALS",
"propertyName": "username",
"propertyType": "STRING",
"propertyValue": "devops_user",
"requiredFlag": true
},
{
"displayName": "Password",
"hasAttachment": false,
"hiddenFlag": false,
"propertyDescription": "A password credential",
"propertyGroup": "CREDENTIALS",
"propertyName": "password",
"propertyType": "PASSWORD",
"propertyValue": "Oic_Jenkins#2023",
"requiredFlag": true
}
]
}