DSCResources/MSFT_AADAuthenticationMethodPolicyExternal/settings.json
{
"resourceName": "AADAuthenticationMethodPolicyExternal", "description": "This resource configures an Azure AD Authentication Method Policy External.", "roles": { "read": [ "Security Reader" ], "update": [ "Authentication Policy Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Policy.ReadWrite.AuthenticationMethod" }, { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" }, { "name": "Policy.Read.All" } ] }, "application": { "read": [ { "name": "Policy.ReadWrite.AuthenticationMethod" }, { "name": "Policy.Read.All" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" }, { "name": "Policy.Read.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Identity.SignIns", "Microsoft.Graph.Groups", "MSCloudLoginAssistant" ] } |