You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/create-codeless-connector.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,7 @@ This section describes the configuration for how data is polled from your data s
348
348
349
349
The following code shows the syntax of the `pollingConfig` section of the [CCP configuration](#create-a-connector-json-configuration-file) file.
350
350
351
-
```rest
351
+
```json
352
352
"pollingConfig": {
353
353
auth": {
354
354
"authType": <string>,
@@ -528,7 +528,7 @@ The `paging` section of the [pollingConfig](#configure-your-connectors-polling-s
528
528
529
529
The following code shows an example of the `pollingConfig` section of the [CCP configuration](#create-a-connector-json-configuration-file) file:
530
530
531
-
```rest
531
+
```json
532
532
"pollingConfig": {
533
533
"auth": {
534
534
"authType": "APIKey",
@@ -663,7 +663,7 @@ After creating your [JSON configuration file](#create-a-connector-json-configura
663
663
664
664
If you're using a [template configuration file with placeholder data](#add-placeholders-to-your-connectors-json-configuration-file), send the data together with the `placeHolderValue` attributes that hold the user data. For example:
665
665
666
-
```rest
666
+
```json
667
667
"requestConfigUserInputValues": [
668
668
{
669
669
"displayText": "<A display name>",
@@ -690,7 +690,7 @@ Use one of the following methods:
690
690
691
691
- **API**: Use the [DISCONNECT](/rest/api/securityinsights/preview/data-connectors/disconnect) API to send a PUT call with an empty body to the following URL:
0 commit comments