-
List endpoints, like https://developer.sailpoint.com/idn/api/v3/list-sources, have support for filtering and sorting on select attributes. Sometimes, there are attributes that can be filtered/sorted …
-
I tried to set a proxy using Set-Configuration -Proxy but wasn't working
The proxy was initalized using that : New-Object System.Net.WebProxy("proxy:port") but the configuration was failing raising…
-
When you configure a proxy because your server has no direct access to the internet, there's an issue as the Get-AccessToken method from Configuration.ps1 at the root of the project is not using it.
…
-
Getting date validation error:
Expected that /0/schedule/expiration must match format "date-time". Actual value is 2022-04-30T04:00Z.
This is a date-time value, seems to not like the missing sec…
-
**Setup**: Powershell SDK with no config.yaml configured (i.e. we're just using environment variables)
**Steps to Reproduce:**
1. Run small sample script that sets the $env:SAIL_BASE_URL, $env:SAI…
-
Firstly, how is the PATCH /beta/accounts/:id different from the PATCH /v3/accounts/:id ?
I tried both (in postman) and they seem to function the same
/beta only allowed the update of the the fol…
-
For delimited Source File, it should be possible to
1. Right click on the source
2. Open a "choose file" window
3. Select the file
4. Upload the CSV
Because this new menu "Import CSV..." must …
-
**Describe the bug** A clear and concise description of what the bug is.
It is not stated that source of NELM type are not supported but according to https://sailpoint.atlassian.net/browse/PLTIN-2313…
-
**Describe the bug**
Unable to get the generate redirect URL for new API client to create credential
**To Reproduce**
Steps to reproduce the behavior:
1. Redirect URL requires me to input
![ima…
-
**Describe the bug** A clear and concise description of what the bug is.
The example BODY for POST to create a new SOD doesn't work. It gives an error about the "id" being in the wrong format. To get…