-
In PSSailpoint>1.0.2>Pagination.ps1>function invoke-PagnateSearch, looks like a bug.
if the $Result.length is less than the $Increment it's breaking.
However there can be results. e.g. paging…
-
When using the "get object" command, a file with a random identifier is created in the temp folder.
It often results on the same steps:
1. Copy path of the target folder
2. Go to file "temp" file a…
-
I cloned the repository and tried to run: npm install
This leads to the following error:
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remot…
-
https://github.com/sailpoint-oss/golang-sdk/blob/cd65ccd99bff2fc1c7f788bbe27b59bf51acdb3c/paginator.go#L39-L42
This current implementation does not work when searching for access profiles. Access …
-
At this moment, it is only possible to important 1 file from the file explorer.
A "Solution" can be composed of several objects and thus, several XML files.
These files can be in a single folder.
…
-
Tokenization is a good practice and all but I'm never using it...
It should be possible to disable this question by configuration.
-
Hi,
Appreciate for the Dev accelerator. Helps a lot on the IIQ development.
Is there any grammar checking or auto-correct of class name of the beanshell in XML? Can I refer to the IdentityIQ.jar…
-
Keep seeing the message:
[ERROR] A .NET 6 SDK for x86_64 was not found.
I installed both x64 and x86 version of SDK from https://dotnet.microsoft.com/en-us/download/dotnet/6.0 but the error keeps …
-
I haven't been able to submit a proper query for a user search.
```
userSearch := sailpointV3.NewSearchWithDefaults()
userSearch.SetIndices([]sailpointV3.Index{"identities"})
userSearch.SetQuery…
-
At this moment, objects are sorted by names in the dropdowns.
It should be possible to sort by "last modified" date to get last modified objects more quickly.