Skip to content

Commit 36b18ab

Browse files
Merge pull request #224675 from oded-weber/patch-13
Update create-codeless-connector.md
2 parents 38137ce + 189f741 commit 36b18ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ The `pollingConfig` section includes the following properties:
369369
| ------------ | ----------- | ------------ |
370370
| **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 |
371371
| **auth** | String | Describes the authentication properties for polling the data. For more information, see [auth configuration](#auth-configuration). |
372-
| <a name="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+
| <a name="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` |
373373
| **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). |
374374
| **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). |
375375
| **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
406406

407407
| Name | Type | Description |
408408
| ---- | ---- | ----------- |
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 |
410410
| **AccessToken** | String | Optional. Defines an OAuth2 access token, relevant when the access token doesn't expire. |
411411
| **AccessTokenPrepend** | String | Optional. Defines an OAuth2 access token prepend. Default is `Bearer`. |
412412
| **RefreshToken** | String | Mandatory for OAuth2 auth types. Defines the OAuth2 refresh token. |

0 commit comments

Comments
 (0)