NetworkUsageRules.ApplicationRulesItem
The application rules dictionary.
Declaration
object NetworkUsageRules.ApplicationRulesItem
Properties
| Name | Type | Description |
|---|
AllowCellularData | boolean | If false, disables cellular data for all matching managed apps. |
AllowRoamingCellularData | boolean | If false, disables cellular data while roaming for all matching managed apps. |
AppIdentifierMatches | [string] | 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.*. |