DSCResources/MSFT_IntuneDeviceConfigurationPolicyAndroidDeviceOwner/settings.json

{
    "resourceName": "IntuneDeviceConfigurationPolicyAndroidDeviceOwner",
    "description": "This resource configures the settings of Windows 10 compliance policies in your cloud-based organization.",
    "permissions": {
        "graph": {
            "delegated": {
                "read": [
                    {
                        "name": "DeviceManagementConfiguration.Read.All"
                    }
                ],
                "update": [
                    {
                        "name": "DeviceManagementConfiguration.ReadWrite.All"
                    }
                ]
            },
            "application": {
                "read": [
                    {
                        "name": "DeviceManagementConfiguration.Read.All"
                    }
                ],
                "update": [
                    {
                        "name": "DeviceManagementConfiguration.ReadWrite.All"
                    }
                ]
            }
        }
    }
}