DSCResources/MSFT_IntuneDeviceConfigurationPlatformScriptMacOS/settings.json

{
  "resourceName": "IntuneDeviceConfigurationPlatformScriptMacOS",
  "description": "This resource configures an Intune Device Configuration Platform Script MacOS.",
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "DeviceManagementConfiguration.Read.All"
          },
          {
            "name": "DeviceManagementManagedDevices.Read.All"
          }
        ],
        "update": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "DeviceManagementConfiguration.ReadWrite.All"
          },
          {
            "name": "DeviceManagementManagedDevices.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "DeviceManagementConfiguration.Read.All"
          },
          {
            "name": "DeviceManagementManagedDevices.Read.All"
          }
        ],
        "update": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "DeviceManagementConfiguration.ReadWrite.All"
          },
          {
            "name": "DeviceManagementManagedDevices.ReadWrite.All"
          }
        ]
      }
    }
  }
}