-
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 …
-
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…
-
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…
-
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.
-
I haven't been able to submit a proper query for a user search.
```
userSearch := sailpointV3.NewSearchWithDefaults()
userSearch.SetIndices([]sailpointV3.Index{"identities"})
userSearch.SetQuery…
-
Whenever I try to refresh object from VS Code, the following message pop ups:
![image](https://user-images.githubusercontent.com/34972093/190584112-6c54ffb3-210f-4b10-8c81-9677fa227a21.png)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
The documentation at https://developer.sailpoint.com/idn/api/standard-collection-parameters#paginating-results works for paging but only up to 10,000 records, and does not call out the limit. I would…