I am able to create an azure access reviews with Graph API 1.0 using PowerShell. Now, there is a property called instanceDurationInDays which should have an integer value. The access review will remain active for the number of days of the value of instanceDurationInDays. Now, I want the review to expire early so the QA team can test the scenarios and dont have to wait for a day to validate. How can I achieve that? I have tried putting the value in decimal but its not working and throwing an error that the minimum value must be 2 days for this property.
Can anybody help me on this case?
Thanks