DSCResources/MSFT_AADAuthenticationRequirement/settings.json

{
  "resourceName": "AADAuthenticationRequirement",
  "description": "This resource configures Azure AD Authentication MFA Requirements for a user.",
  "roles": {
    "read": [],
    "update": []
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "UserAuthenticationMethod.Read.All"
          }
        ],
        "update": [
          {
            "name": "UserAuthenticationMethod.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "UserAuthenticationMethod.Read.All"
          }
        ],
        "update": [
          {
            "name": "UserAuthenticationMethod.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Users",
    "MSCloudLoginAssistant"
  ]
}