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