DSCResources/MSFT_IntuneDeviceControlPolicySetting/settings.json
|
{
"resourceName": "IntuneDeviceControlPolicySetting", "description": "This resource configures an Intune Device Control Policy Setting.", "permissions": { "graph": { "application": { "update": [ { "name": "DeviceManagementConfiguration.ReadWrite.All" } ], "read": [ { "name": "DeviceManagementConfiguration.Read.All" } ] }, "delegated": { "update": [ { "name": "DeviceManagementConfiguration.ReadWrite.All" } ], "read": [ { "name": "DeviceManagementConfiguration.Read.All" } ] } } }, "requiredModules": [ "Microsoft.Graph.Authentication", "Microsoft.Graph.Beta.DeviceManagement" ], "supportedEnvironments": [ "Global", "USGov" ], "mode": "Configuration" } |