DSCResources/MSFT_AADTenantAppManagementPolicy/settings.json

{
  "resourceName": "AADTenantAppManagementPolicy",
  "description": "Tenant-wide application authentication method policy to enforce app management restrictions for all applications and service principals.",
  "roles": {
    "read": [],
    "update": []
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [],
        "update": []
      },
      "application": {
        "read": [
          {
            "name": "Policy.Read.All"
          }
        ],
        "update": [
          {
            "name": "Policy.Read.ApplicationConfiguration"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.Identity.SignIns"
  ]
}