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"
  ],
  "supportedEnvironments": [
    "Global",
    "USGov"
  ],
  "mode": "Configuration",
  "commands": [
    {
      "module": "Microsoft.Graph.Authentication",
      "cmdlets": [
        "Invoke-MgGraphRequest"
      ]
    },
    {
      "module": "Microsoft.Graph.Beta.DeviceManagement",
      "cmdlets": [
        "Get-MgBetaDeviceManagementDataSharingConsent"
      ]
    },
    {
      "module": "Microsoft.Graph.Beta.DeviceManagement.Administration",
      "cmdlets": [
        "Get-MgBetaDeviceManagementApplePushNotificationCertificate",
        "Update-MgBetaDeviceManagementApplePushNotificationCertificate"
      ]
    }
  ]
}