DSCResources/MSFT_IntuneDeviceCategory/settings.json
|
{
"resourceName": "IntuneDeviceCategory", "description": "This resource configures the Intune device categories.", "permissions": { "graph": { "delegated": { "read": [ { "name": "DeviceManagementManagedDevices.Read.All" } ], "update": [ { "name": "DeviceManagementManagedDevices.ReadWrite.All" } ] }, "application": { "read": [ { "name": "DeviceManagementManagedDevices.Read.All" } ], "update": [ { "name": "DeviceManagementManagedDevices.ReadWrite.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Beta.DeviceManagement", "cmdlets": [ "Get-MgBetaDeviceManagementDeviceCategory", "New-MgBetaDeviceManagementDeviceCategory", "Remove-MgBetaDeviceManagementDeviceCategory", "Update-MgBetaDeviceManagementDeviceCategory" ] } ] } |