powershell-sdk
powershell-sdk copied to clipboard
PowerShell Module for accessing SailPoint IdentityNow APIs
update generator to 7.4.0 and changes for api / model docs
Using the Initialize-Search function instead of ConvertFrom-JSONToSearch in order to create the PSObject for search results in the following error  Replacing the references of [System.Nullable[String]] to [AllowNull()] fixes this
Some other rest sdk's offer up a auth client assist that can help call rest apis that do not yet have a formal cmdlet. This would be a more generic...
Complete-BetaWorkItem & Complete-WorkItem which call API requests with no body is not sending the Content-Type: "application/json" header. This seems to be a recent issue where changes on the API may...
See this post for details: https://developer.sailpoint.com/discuss/t/issues-with-utf8-characters-for-new-and-update-accessprofile/28430
First, this would be what's considered a valid request body to hit the PUT /beta/entitlements/:id/entitlement-request-config endpoint ```JSON { "accessRequestConfig": { "requestCommentRequired": false, "denialCommentRequired": false, "reauthorizationRequired": false, "approvalSchemes": [ { "approverId":...
added experimental switch to the admin access request for bug report: [Bug] Unable to set experimental header when using Get-V2025AdministratorsAccessRequestStatus #140
added the content types in the various SODPoliciesApi.ps1 for issue: Start-V2025SodPolicy fails with MethodNotAllowed https://github.com/sailpoint-oss/powershell-sdk/issues/139