Skip to content

Commit 83b0a51

Browse files
update minor changes based on feedback
1 parent 3d40fc4 commit 83b0a51

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/sentinel/data-connector-connection-rules-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://management.azure.com/subscriptions/{{subscriptionId}}/resourceGroups/{{r
3535

3636
## URI parameters
3737

38-
For more information, see [Data Connectors - Create or Update URI Parameters](/rest/api/securityinsights/data-connectors/create-or-update#uri-parameters)
38+
For more information about the latest API version, see [Data Connectors - Create or Update URI Parameters](/rest/api/securityinsights/data-connectors/create-or-update#uri-parameters).
3939

4040
|Name | Description |
4141
|---------|---------|
@@ -116,7 +116,7 @@ Example Basic auth using parameters defined in `connectorUIconfig`:
116116

117117
| Field | Required | Type | Description | Default value |
118118
| ---- | ---- | ---- | ---- | ---- |
119-
| **ApiKey** | Mandatory | string | user secret key | |
119+
| **ApiKey** | True | string | user secret key | |
120120
| **ApiKeyName** | | string | name of the Uri header containing the ApiKey value | `Authorization` |
121121
| **ApiKeyIdentifier** | | string | string value to prepend the token | `token` |
122122
| **IsApiKeyInPostPayload** | | boolean | send secret in POST body instead of header | `false` |
@@ -185,7 +185,7 @@ OAuth2 auth code grant
185185
"authorizationEndpointQueryParameters": {
186186
"prompt": "consent"
187187
},
188-
"redirectionUri": "https://portal.azure.com/TokenAuthorize",
188+
"redirectUri": "https://portal.azure.com/TokenAuthorize",
189189
"tokenEndpointHeaders": {
190190
"Accept": "application/json",
191191
"Content-Type": "application/x-www-form-urlencoded"

articles/sentinel/data-connector-ui-definitions-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ https://management.azure.com/subscriptions/{{subscriptionId}}/resourceGroups/{{r
2929

3030
## URI parameters
3131

32+
For more information about the latest API version, see [Data Connector Definitions - Create or Update URI Parameters](/rest/api/securityinsights/data-connector-definitions/create-or-update#uri-parameters)
33+
3234
|Name | Description |
3335
|---------|---------|
3436
| **dataConnectorDefinitionName** | The data connector definition must be a unique name and is the same as the `name` parameter in the [request body](#request-body).|

0 commit comments

Comments
 (0)