DSCResources/MSFT_AADAccessReviewPolicy/settings.json
{
"resourceName": "AADAccessReviewPolicy", "description": "Use this resource to monitor the access review policy object.", "roles": { "read": [], "update": [] }, "permissions": { "graph": { "delegated": { "read": [], "update": [] }, "application": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.AccessReview" } ] } } } } |