DSCResources/MSFT_AADAdminConsentRequestPolicy/settings.json

{
  "resourceName": "AADAdminConsentRequestPolicy",
  "description": "Configures the Admin Consent Request Policy in Entra Id.",
  "roles": {
    "read": [],
    "update": []
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [
          {
            "name": "Policy.Read.All"
          }
        ],
        "update": [
          {
            "name": "Policy.ReadWrite.ConsentRequest"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.Identity.Governance",
    "Microsoft.Graph.Beta.Identity.SignIns",
    "Microsoft.Graph.Groups",
    "Microsoft.Graph.Users",
    "MSCloudLoginAssistant"
  ]
}