DSCResources/MSFT_IntunePolicySets/settings.json
|
{
"resourceName": "IntunePolicySets", "description": "This resource configures an Intune Policy Sets.", "permissions": { "graph": { "delegated": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" } ] }, "application": { "read": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.Read.All" } ], "update": [ { "name": "Group.Read.All" }, { "name": "DeviceManagementConfiguration.ReadWrite.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.Devices.CorporateManagement", "Microsoft.Graph.Groups", "MSCloudLoginAssistant" ], "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.Devices.CorporateManagement", "cmdlets": [ "Get-MgBetaDeviceAppManagementPolicySet", "New-MgBetaDeviceAppManagementPolicySet", "Remove-MgBetaDeviceAppManagementPolicySet", "Update-MgBetaDeviceAppManagementPolicySet" ] }, { "module": "Microsoft.Graph.Groups", "cmdlets": [ "Get-MgGroup" ] } ] } |