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.ReadWrite.AuthenticationMethod" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ] }, "application": { "read": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ], "update": [ { "name": "Policy.ReadWrite.AuthenticationMethod" } ] } } } } |