mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
update sdk docs to fix issue with attribute names for ClientId and BaseURL
This commit is contained in:
@@ -98,7 +98,7 @@ You must provide configuration to the SDK so that it can authenticate to your Sa
|
|||||||
|
|
||||||
### Configuration File
|
### Configuration File
|
||||||
|
|
||||||
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientID`, `ClientSecret`, `BaseUrl`.
|
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
||||||
@@ -120,9 +120,9 @@ sail sdk init config --env devrel
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ClientID": "g0567b766b413b22c05c66e75d532f1b",
|
"ClientId": "g0567b766b413b22c05c66e75d532f1b",
|
||||||
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
||||||
"BaseUrl": "https://[tenant].api.identitynow.com"
|
"BaseURL": "https://[tenant].api.identitynow.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -131,15 +131,15 @@ sail sdk init config --env devrel
|
|||||||
<details>
|
<details>
|
||||||
<summary>Manual Configuration</summary>
|
<summary>Manual Configuration</summary>
|
||||||
|
|
||||||
Create a file named "config.json", and provide these key/value pairs: `ClientID`, `ClientSecret`, `BaseUrl`.
|
Create a file named "config.json", and provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||||
|
|
||||||
#### Example "config.json"
|
#### Example "config.json"
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ClientID": "g0567b766b413b22c05c66e75d532f1b",
|
"ClientId": "g0567b766b413b22c05c66e75d532f1b",
|
||||||
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
||||||
"BaseUrl": "https://[tenant].api.identitynow.com"
|
"BaseURL": "https://[tenant].api.identitynow.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ You must provide configuration to the SDK so that it can authenticate to your Sa
|
|||||||
|
|
||||||
### Configuration File
|
### Configuration File
|
||||||
|
|
||||||
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientID`, `ClientSecret`, `BaseUrl`.
|
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
||||||
@@ -124,9 +124,9 @@ sail sdk init config --env devrel
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ClientID": "g0567b766b413b22c05c66e75d532f1b",
|
"ClientId": "g0567b766b413b22c05c66e75d532f1b",
|
||||||
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
||||||
"BaseUrl": "https://[tenant].api.identitynow.com"
|
"BaseURL": "https://[tenant].api.identitynow.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -135,15 +135,15 @@ sail sdk init config --env devrel
|
|||||||
<details>
|
<details>
|
||||||
<summary>Manual Configuration</summary>
|
<summary>Manual Configuration</summary>
|
||||||
|
|
||||||
Create a file named "config.json", and provide these key/value pairs: `ClientID`, `ClientSecret`, `BaseUrl`.
|
Create a file named "config.json", and provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||||
|
|
||||||
#### Example `config.json`
|
#### Example `config.json`
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ClientID": "g0567b766b413b22c05c66e75d532f1b",
|
"ClientId": "g0567b766b413b22c05c66e75d532f1b",
|
||||||
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
||||||
"BaseUrl": "https://[tenant].api.identitynow.com"
|
"BaseURL": "https://[tenant].api.identitynow.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ You must provide configuration to the SDK so that it can authenticate to your Sa
|
|||||||
|
|
||||||
### Configuration File
|
### Configuration File
|
||||||
|
|
||||||
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientID`, `ClientSecret`, `BaseUrl`.
|
The SDK requires a configuration file to be named "config.json". Within the file, provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
<summary>CLI Assisted <em>(Recommended)</em></summary>
|
||||||
@@ -160,9 +160,9 @@ sail sdk init config --env devrel
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ClientID": "g0567b766b413b22c05c66e75d532f1b",
|
"ClientId": "g0567b766b413b22c05c66e75d532f1b",
|
||||||
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
||||||
"BaseUrl": "https://[tenant].api.identitynow.com"
|
"BaseURL": "https://[tenant].api.identitynow.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -171,15 +171,15 @@ sail sdk init config --env devrel
|
|||||||
<details>
|
<details>
|
||||||
<summary>Manual Configuration</summary>
|
<summary>Manual Configuration</summary>
|
||||||
|
|
||||||
Create a file named "config.json", and provide these key/value pairs: `ClientID`, `ClientSecret`, `BaseUrl`.
|
Create a file named "config.json", and provide these key/value pairs: `ClientId`, `ClientSecret`, `BaseURL`.
|
||||||
|
|
||||||
#### Example "config.json"
|
#### Example "config.json"
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"ClientID": "g0567b766b413b22c05c66e75d532f1b",
|
"ClientId": "g0567b766b413b22c05c66e75d532f1b",
|
||||||
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
"ClientSecret": "cabd0e950a7230b63c1ff45be33fb22065b382b6251a73c61177a8bb5482fcc7",
|
||||||
"BaseUrl": "https://[tenant].api.identitynow.com"
|
"BaseURL": "https://[tenant].api.identitynow.com"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user