powershell_module_identitynow
powershell_module_identitynow copied to clipboard
SailPoint IdentityNow PowerShell Module
**Each time a command is executed, the following error is displayed before the command runs:** Exception calling "SecureStringToBSTR" with "1" argument(s): "Value cannot be null. Parameter name: s" At C:\Users\cyates\OneDrive...
Setting correct API endpoint to search for identities
when checking the exported files into source control, the commit will include a lot of noise from values changing over time not caused by admin or user changes. the NullDynamicValues...
Add readme for Invoke-IdentityNowAggregateEntitlement
Hello - Thanks again for the continued support of this modules. Its very helpful! One issue I continue to experience is with writing access profiles via the API. We spoke...
At this moment, there is no cmdlet to get access profiles of an application.
Update the Export-IdentityNowConfig cmdlet to support the new SP Config API (where appropriate). https://developer.sailpoint.com/apis/beta/#tag/SP-Config @410sean
New API that supports bulk update of entitlements. Require new cmdlet Update-IdentityNowEntitlement to support updating a single or multiple entitlements. If entitlements to update exceed 50 then batch the updates...
Wherever it is possible, for consistency purpose, would not it be better to have `id` as a parameter for every object: profile, source, role, etc. instead of having appId, roleID,...
Names are more user-friendly than id. Also, names can be identical between different environment but not Ids. In any case, wanting to rely on names or to be environment-independent requires...