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"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.Identity.SignIns"
  ]
}