DSCResources/MSFT_IntuneUserSettingsPolicyWindows365/settings.json

{
  "resourceName": "IntuneUserSettingsPolicyWindows365",
  "description": "This resource configures an Intune User Settings Policy for Windows365.",
  "permissions": {
    "graph": {
      "application": {
        "update": [
          {
            "name": "CloudPC.ReadWrite.All"
          },
          {
            "name": "Group.Read.All"
          }
        ],
        "read": [
          {
            "name": "CloudPC.Read.All"
          },
          {
            "name": "Group.Read.All"
          }
        ]
      },
      "delegated": {
        "update": [
          {
            "name": "CloudPC.ReadWrite.All"
          },
          {
            "name": "Group.Read.All"
          }
        ],
        "read": [
          {
            "name": "CloudPC.Read.All"
          },
          {
            "name": "Group.Read.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.DeviceManagement.Administration",
    "Microsoft.Graph.Groups"
  ],
  "mode": "Configuration"
}