DSCResources/MSFT_EXOAntiPhishPolicy/settings.json

{
  "resourceName": "EXOAntiPhishPolicy",
  "roles": {
    "read": [
      "Security Reader"
    ],
    "update": [
      "Security Administrator"
    ]
  },
  "description": "",
  "permissions": {
    "Office 365 Exchange Online": {
      "application": {
        "read": [
          {
            "name": "Exchange.ManageAsApp"
          }
        ],
        "update": [
          {
            "name": "Exchange.ManageAsApp"
          }
        ]
      }
    },
    "exchange": {
      "requiredroles": {
        "read": [
          "View-Only Configuration"
        ],
        "update": [
          "Transport Hygiene"
        ]
      },
      "requiredrolegroups": {
        "read": [
          "View-Only Organization Management"
        ],
        "update": [
          "Hygiene Management"
        ]
      }
    }
  },
  "requiredModules": [],
  "supportedEnvironments": [
    "Global",
    "USGov"
  ],
  "mode": "Configuration"
}