iamcheek
iamcheek
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
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":...