DSCResources/MSFT_IntuneDeviceEnrollmentStatusPageWindows10/settings.json
{
"resourceName": "IntuneDeviceEnrollmentStatusPageWindows10", "description": "This resource configures an Intune Device Enrollment Status Page Configuration for Windows10.", "permissions": { "graph": { "delegated": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" }, { "name": "DeviceManagementServiceConfig.Read.All" }, { "name": "DeviceManagementApps.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" }, { "name": "DeviceManagementServiceConfig.ReadWrite.All" }, { "name": "DeviceManagementApps.Read.All" } ] }, "application": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" }, { "name": "DeviceManagementServiceConfig.Read.All" }, { "name": "DeviceManagementApps.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" }, { "name": "DeviceManagementServiceConfig.ReadWrite.All" }, { "name": "DeviceManagementApps.Read.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "Microsoft.Graph.Beta.Devices.CorporateManagement", "MSCloudLoginAssistant" ] } |