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
+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
@@ -369,7 +369,7 @@ The `pollingConfig` section includes the following properties:
369
369
| ------------ | ----------- | ------------ |
370
370
|**id**| String | Mandatory. Defines a unique identifier for a rule or configuration entry, using one of the following values: <br><br>- A GUID (recommended) <br>- A document ID, if the data source resides in Azure Cosmos DB |
371
371
|**auth**| String | Describes the authentication properties for polling the data. For more information, see [auth configuration](#auth-configuration). |
372
-
| <aname="authtype"></a>**auth.authType**| String | Mandatory. Defines the type of authentication, nested inside the `auth` object, as one of the following values: `Basic`, `APIKey`, `OAuth2`, `Session`, `CiscoDuo`|
372
+
| <aname="authtype"></a>**auth.authType**| String | Mandatory. Defines the type of authentication, nested inside the `auth` object, as one of the following values: `Basic`, `APIKey`, `OAuth2`|
373
373
|**request**| Nested JSON | Mandatory. Describes the request payload for polling the data, such as the API endpoint. For more information, see [request configuration](#request-configuration). |
374
374
|**response**| Nested JSON | Mandatory. Describes the response object and nested message returned from the API when polling the data. For more information, see [response configuration](#response-configuration). |
375
375
|**paging**| Nested JSON | Optional. Describes the pagination payload when polling the data. For more information, see [paging configuration](#paging-configuration). |
@@ -406,7 +406,7 @@ After the user returns to the client via the redirect URL, the application will
406
406
407
407
| Name | Type | Description |
408
408
| ---- | ---- | ----------- |
409
-
|**FlowName**| String | Mandatory. Defines an OAuth2 flow.<br><br>Supported values:<br>-`AuthCode` - requires an authorization flow<br>- `ClientCredentials` - doesn't require authorization flow.|
409
+
|**FlowName**| String | Mandatory. Defines an OAuth2 flow.<br><br>Supported value:`AuthCode` - requires an authorization flow |
410
410
|**AccessToken**| String | Optional. Defines an OAuth2 access token, relevant when the access token doesn't expire. |
411
411
|**AccessTokenPrepend**| String | Optional. Defines an OAuth2 access token prepend. Default is `Bearer`. |
412
412
|**RefreshToken**| String | Mandatory for OAuth2 auth types. Defines the OAuth2 refresh token. |
0 commit comments