DSCResources/MSFT_AADAuthorizationPolicy/settings.json
{
"resourceName": "AADAuthorizationPolicy", "description": "This resource configures the Azure Active Directory Authorization Policy.", "roles": { "read": [], "update": [ "Privileged Role Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.Authorization" } ] }, "application": { "read": [ { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.Authorization" } ] } } } } |