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/data-connector-connection-rules-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ Follow this authentication flow:
331
331
|`TokenEndpoint`| True | String | The URL endpoint that's used to obtain the JWT token. |
332
332
|`IsCredentialsInHeaders`|| Boolean | The value that indicates whether to send credentials as a basic authentication header (`true`) versus a `POST` body (`false`). The default is `false`. |
333
333
|`IsJsonRequest`|| Boolean | The value that indicates whether to send the request in JSON (header `Content-Type = application/json`) versus form-encoded (header `Content-Type = application/x-www-form-urlencoded`). The default is `false`. |
334
-
|`JwtTokenJsonPath`|| String | The value that indicates the `JSONPath` value to use to extract the token from the response. For example: `$.access_token`). |
334
+
|`JwtTokenJsonPath`|| String | The value that indicates the `JSONPath` value to use to extract the token from the response. For example: `$.access_token`. |
335
335
|`JwtTokenInResponseHeader`|| Boolean | The value that indicates whether to extract the token from the response header versus the body. The default is `false`. |
336
336
|`JwtTokenHeaderName`. || String | The value that indicates the header name when the token is in the response header. The default is `Authorization`. |
337
337
|`JwtTokenIdentifier`|| String | The identifier used to extract the JWT from a prefixed token string. |
@@ -636,7 +636,7 @@ Here are some examples:
636
636
|`PageSize`| False | Integer | The number of events per page. |
637
637
|`PageSizeParameterName`| False | String | The query parameter name for the page size. |
638
638
|`NextPageUrl`| False | String | Field that's used only if the connector is for the Coralogix API. |
639
-
|`NextPageUrlQueryParameters`| False | Object key/value pairs that add a custom query parameter to each request for the next page |
639
+
|`NextPageUrlQueryParameters`| False | Object | Key/value pairs that add a custom query parameter to each request for the next page.|
640
640
|`NextPageParaName`| False | String | The next page name in the request. |
641
641
|`HasNextFlagJsonPath`| False | String | The path to the `HasNextPage` flag attribute. |
642
642
|`NextPageRequestHeader`| False | String | The next page header name in the request. |
0 commit comments