DSCResources/MSFT_AADAuthenticationStrengthPolicy/settings.json
{
"resourceName": "AADAuthenticationStrengthPolicy", "description": "This resource configures an Azure AD Authentication Strength Policy.", "roles": { "read": [], "update": [ "Security Administrator" ] }, "permissions": { "graph": { "delegated": { "read": [ { "name": "Policy.Read.AuthenticationMethod" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ] }, "application": { "read": [ { "name": "Policy.Read.AuthenticationMethod" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Identity.SignIns" ], "supportedEnvironments": [ "Global", "USGov" ] } |