DSCResources/MSFT_PlannerTask/settings.json

{
  "resourceName": "PlannerTask",
  "description": "",
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "Tasks.Read.All"
          },
          {
            "name": "User.Read.All"
          }
        ],
        "update": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "Tasks.ReadWrite.All"
          },
          {
            "name": "User.Read.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "Tasks.Read.All"
          },
          {
            "name": "User.Read.All"
          }
        ],
        "update": [
          {
            "name": "Group.Read.All"
          },
          {
            "name": "Tasks.ReadWrite.All"
          },
          {
            "name": "User.Read.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Groups",
    "Microsoft.Graph.Planner",
    "Microsoft.Graph.Users",
    "MSCloudLoginAssistant"
  ],
  "mode": "Data",
  "commands": [
    {
      "module": "Microsoft.Graph.Authentication",
      "cmdlets": [
        "Invoke-MgGraphRequest"
      ]
    },
    {
      "module": "Microsoft.Graph.Groups",
      "cmdlets": [
        "Get-MgGroup"
      ]
    },
    {
      "module": "Microsoft.Graph.Planner",
      "cmdlets": [
        "Get-MgGroupPlannerPlan",
        "Get-MgGroupPlannerPlanTask",
        "Get-MgPlannerPlanDetail",
        "Get-MgPlannerTask",
        "Get-MgPlannerTaskDetail",
        "New-MgPlannerTask",
        "Remove-MgPlannerTask"
      ]
    },
    {
      "module": "Microsoft.Graph.Users",
      "cmdlets": [
        "Get-MgUser"
      ]
    }
  ]
}