Hi,
I was using SDK in PowerShell for my tenant in SailPoint. I wanted to list all the applications created, but I couldn’t find the command to do that. However, I did come across Get-DiscoveredApplications, but it returns nothing even though I have many applications in my tenant.
Could you please let me know if you have an answer to this?
Thanks for your response. I just tried it now, but I encountered an error: Get-CCApplications: The term ‘Get-CCApplications’ is not recognized as a cmdlet, function, script file, or executable program. Please check the spelling of the command, or if a path was included, verify that the path is correct and try again.
The version of the PSSailpoint module I have installed is 1.3.0.
You’re correct, my module was outdated. I’ve updated and don’t see that command either, the only one related to applications I see is the one you posted except mine is using “Get-BetaDiscoveredApplications”. Any chance you see that in your list of commands?
After verification i not see the call for list application in ISC Powershell SDK may be this is because it’s a private call and will depredecated soon (GET /api/app/list).
Here a simple PowerShell script that can achieve your need :