Skip to content

Commit cf730b0

Browse files
Merge pull request #264816 from austinmccollum/austinmc-ccp2-securestring
CCP updates
2 parents ea4b8ed + 26cfe67 commit cf730b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ There are 5 ARM deployment resources in this template guide which house the 4 CC
645645
//},
646646
//"apikey": {
647647
// "defaultValue": "API Key",
648-
// "type": "string",
648+
// "type": "securestring",
649649
// "minLength": 1
650650
//}
651651
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ After the user returns to the client via the redirect URL, the application will
164164
| **ClientSecret** | True | String | The client secret |
165165
| **AuthorizationCode** | Mandatory when grantType = `authorization_code` | String | If grant type is `authorization_code` this field value will be the authorization code returned from the auth serve. |
166166
| **Scope** | True for `authorization_code` grant type<br> optional for `client_credentials` grant type| String | A space-separated list of scopes for user consent. For more information, see [OAuth2 scopes and permissions](/entra/identity-platform/scopes-oidc). |
167-
| **RedirectUri** | True | String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize` |
167+
| **RedirectUri** | Mandatory when grantType = `authorization_code` | String | URL for redirect, must be `https://portal.azure.com/TokenAuthorize` |
168168
| **GrantType** | True | String | `authorization_code` or `client_credentials` |
169169
| **TokenEndpoint** | True | String | URL to exchange code with valid token in `authorization_code` grant or client id and secret with valid token in `client_credentials` grant. |
170170
| **TokenEndpointHeaders** | | Object | An optional key value object to send custom headers to token server |
@@ -444,7 +444,7 @@ Paging: {
444444

445445
#### Configure NextPageUrl
446446

447-
`NextPageUrl` paging means the API response includes a complex link in the response body similar to `LinkHeader`, but the
447+
`NextPageUrl` paging means the API response includes a complex link in the response body similar to `LinkHeader`, but the URL is included in the response body instead of the header.
448448

449449
| Field | Required | Type | Description |
450450
|----|----|----|----|

0 commit comments

Comments
 (0)