DSCResources/MSFT_IntuneDeviceEnrollmentPlatformRestriction/settings.json
|
{
"resourceName": "IntuneDeviceEnrollmentPlatformRestriction", "description": "This resource configures the Intune device platform enrollment restrictions.", "permissions": { "graph": { "delegated": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementServiceConfig.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementServiceConfig.ReadWrite.All" } ] }, "application": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementServiceConfig.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementServiceConfig.ReadWrite.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "Microsoft.Graph.Groups" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration", "commands": [ { "module": "Microsoft.Graph.Authentication", "cmdlets": [ "Invoke-MgGraphRequest" ] }, { "module": "Microsoft.Graph.Beta.DeviceManagement", "cmdlets": [ "Get-MgBetaDeviceManagementAssignmentFilter" ] }, { "module": "Microsoft.Graph.Beta.DeviceManagement.Enrollment", "cmdlets": [ "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] } ] } |