DSCResources/MSFT_IntuneDeviceManagementEnrollmentAndroidGooglePlay/settings.json

{
  "resourceName": "IntuneDeviceManagementEnrollmentAndroidGooglePlay",
  "description": "This resource configures Intune Android enrollment settings.",
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "DeviceManagementConfiguration.Read.All"
          }
        ],
        "update": [
          {
            "name": "DeviceManagementConfiguration.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "DeviceManagementConfiguration.Read.All"
          }
        ],
        "update": [
          {
            "name": "DeviceManagementConfiguration.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.DeviceManagement"
  ],
  "supportedEnvironments": [
    "Global",
    "USGov"
  ],
  "mode": "Configuration",
  "commands": [
    {
      "module": "Microsoft.Graph.Authentication",
      "cmdlets": [
        "Invoke-MgGraphRequest"
      ]
    },
    {
      "module": "Microsoft.Graph.Beta.DeviceManagement",
      "cmdlets": [
        "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting",
        "Get-MgBetaDeviceManagementDataSharingConsent"
      ]
    }
  ]
}