DSCResources/MSFT_AADAuthenticationFlowPolicy/settings.json

{
  "resourceName": "AADAuthenticationFlowPolicy",
  "description": "Represents the policy configuration of self-service sign-up experience at a tenant level that lets external users request to sign up for approval. It contains information, such as the identifier, display name, and description, and indicates whether self-service sign-up is enabled for the policy.",
  "roles": {
    "read": [
      "Security Reader"
    ],
    "update": [
      "Authentication Policy Administrator"
    ]
  },
  "permissions": {
    "graph": {
      "delegated": {},
      "application": {
        "read": [
          {
            "name": "Policy.Read.All"
          }
        ],
        "update": [
          {
            "name": "Policy.ReadWrite.AuthenticationFlows"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.Identity.SignIns"
  ]
}