DSCResources/MSFT_AADAuthenticationMethodPolicy/settings.json
{
"resourceName": "AADAuthenticationMethodPolicy", "description": "This resource configures an Azure AD Authentication Method Policy.", "roles": { "read": [ "Security Reader" ], "update": [ "Authentication Policy Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ] }, "application": { "read": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ] } } } } |