DSCResources/MSFT_IntuneAppleMDMPushNotificationCertificate/settings.json

{
  "resourceName": "IntuneAppleMDMPushCertificate",
  "description": "Configures a resource for Apple MDM Push notification certificate used for device enrollment.",
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "DeviceManagementManagedDevices.Read.All"
          },
          {
            "name": "DeviceManagementConfiguration.Read.All"
          }
        ],
        "update": [
          {
            "name": "DeviceManagementManagedDevices.ReadWrite.All"
          },
          {
            "name": "DeviceManagementConfiguration.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "DeviceManagementManagedDevices.Read.All"
          },
          {
            "name": "DeviceManagementConfiguration.Read.All"
          }
        ],
        "update": [
          {
            "name": "DeviceManagementManagedDevices.ReadWrite.All"
          },
          {
            "name": "DeviceManagementConfiguration.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.DeviceManagement",
    "Microsoft.Graph.Beta.DeviceManagement.Administration",
    "MSCloudLoginAssistant"
  ]
}