---
title: NetworkUsageRules.ApplicationRulesItem
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/networkusagerules/applicationrulesitem
---

# NetworkUsageRules.ApplicationRulesItem

The application rules dictionary.

## Declaration

```data
object NetworkUsageRules.ApplicationRulesItem
```

## Properties

AllowCellularData: If false, disables cellular data for all matching managed apps. AllowRoamingCellularData: If false, disables cellular data while roaming for all matching managed apps. AppIdentifierMatches: A list of managed app identifiers, as strings, that must follow the associated rules. If this key is missing, the rules apply to all managed apps on the device. Each string in the AppIdentifierMatches array may either be an exact app identifier match (for example, com.mycompany.myapp) or it may specify a prefix match for the bundle ID by using the * wildcard character. If used, this character must appear after a period (.) and may only appear once, at the end of the string; for example, com.mycompany.*.

## See Also

### Objects

- [NetworkUsageRules.SIMRulesItem](devicemanagement/networkusagerules/simrulesitem.md)
