Skip to content

Commit d8ead20

Browse files
authored
Update PingOneAuditLogs_DataConnectorDefinition.json
1 parent 11ac8e6 commit d8ead20

File tree

1 file changed

+55
-31
lines changed

1 file changed

+55
-31
lines changed

Solutions/PingOne/Data Connectors/PingOneAuditLogs_ccp/PingOneAuditLogs_DataConnectorDefinition.json

Lines changed: 55 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{
6262
"type": "Markdown",
6363
"parameters": {
64-
"content": "Before connecting to PingOne, ensure the following prerequisites are completed. Refer to the [document](https://github.com/v-anjohari/Ping-One-Documentation/blob/main/README.md) for detailed setup instructions, including how to obtain client credentials and the environment ID."
64+
"content": "Before connecting to PingOne, ensure the following prerequisites are completed. Refer to the [document](https://github.com/v-anjohari/Ping-One-Documentation/blob/main/README.md) for detailed setup instructions, including how to obtain client credentials and the environment ID."
6565
}
6666
},
6767
{
@@ -77,45 +77,69 @@
7777
}
7878
},
7979
{
80-
"type": "Textbox",
80+
"type": "DataConnectorsGrid",
8181
"parameters": {
82-
"label": "Client ID",
83-
"placeholder": "Enter ID of the client",
84-
"type": "text",
85-
"name": "clientId",
86-
"required": true
82+
"mapping": [
83+
{
84+
"columnName": "Environment ID",
85+
"columnValue": "properties.request.environmentId"
86+
}
87+
],
88+
"menuItems": [
89+
"DeleteConnector"
90+
]
8791
}
8892
},
8993
{
90-
"type": "Textbox",
94+
"type": "ContextPane",
9195
"parameters": {
92-
"label": "Client Secret",
93-
"placeholder": "Enter your secret key",
94-
"type": "password",
95-
"name": "clientSecret",
96-
"required": true
97-
}
98-
},
99-
{
100-
"type": "Textbox",
101-
"parameters": {
102-
"label": "Environment ID",
103-
"placeholder": "Enter your environment Id ",
104-
"type": "text",
105-
"name": "environmentId",
106-
"required": true
107-
}
108-
},
109-
{
110-
"type": "ConnectionToggleButton",
111-
"parameters": {
112-
"connectLabel": "Connect",
113-
"name": "toggle"
96+
"isPrimary": true,
97+
"label": "Add domain",
98+
"title": "Add domain",
99+
"subtitle": "Add domain",
100+
"contextPaneType": "DataConnectorsContextPane",
101+
"instructionSteps": [
102+
{
103+
"instructions": [
104+
{
105+
"type": "Textbox",
106+
"parameters": {
107+
"label": "Client ID",
108+
"placeholder": "Enter ID of the client",
109+
"type": "text",
110+
"name": "clientId",
111+
"required": true
112+
}
113+
},
114+
{
115+
"type": "Textbox",
116+
"parameters": {
117+
"label": "Client Secret",
118+
"placeholder": "Enter your secret key",
119+
"type": "password",
120+
"name": "clientSecret",
121+
"required": true
122+
}
123+
},
124+
{
125+
"type": "Textbox",
126+
"parameters": {
127+
"label": "Environment ID",
128+
"placeholder": "Enter your environment Id ",
129+
"type": "text",
130+
"name": "environmentId",
131+
"required": true
132+
}
133+
}
134+
]
135+
}
136+
]
114137
}
115138
}
116139
]
117140
}
118141
]
119142
}
120143
}
121-
}
144+
}
145+
}

0 commit comments

Comments
 (0)