iamcheek

Results 2 issues of iamcheek

Using the Initialize-Search function instead of ConvertFrom-JSONToSearch in order to create the PSObject for search results in the following error ![image](https://github.com/user-attachments/assets/3ec3a3d5-cf49-4aa3-88f9-420471eb0b15) 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":...