DSCResources/MSFT_M365DSCRuleEvaluation/settings.json

{
  "resourceName": "M365DSCRuleEvaluation",
  "description": "This resource configures the Azure AD Tenant Details.",
  "roles": {
    "read": [],
    "update": [
      "Billing Administrator"
    ]
  },
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "Organization.Read.All"
          }
        ],
        "update": [
          {
            "name": "Organization.Read.All"
          },
          {
            "name": "Organization.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "Organization.Read.All"
          }
        ],
        "update": [
          {
            "name": "Organization.Read.All"
          },
          {
            "name": "Organization.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "DSCParser"
  ]
}