DSCResources/MSFT_IntuneDerivedCredential/settings.json

{
  "resourceName": "IntuneDerivedCredential",
  "description": "Use this resource to create new navigation property to derivedCredentials for device Management in Intune.",
  "permissions": {
    "graph": {
      "delegated": {
        "read": [
          {
            "name": "DeviceManagementServiceConfig.Read.All"
          }
        ],
        "update": [
          {
            "name": "DeviceManagementServiceConfig.ReadWrite.All"
          }
        ]
      },
      "application": {
        "read": [
          {
            "name": "DeviceManagementServiceConfig.Read.All"
          }
        ],
        "update": [
          {
            "name": "DeviceManagementServiceConfig.ReadWrite.All"
          }
        ]
      }
    }
  },
  "requiredModules": [
    "Microsoft.Graph.Authentication",
    "Microsoft.Graph.Beta.DeviceManagement"
  ],
  "supportedEnvironments": [
    "Global",
    "USGov"
  ]
}