---
title: ParentalControlsApplicationRestrictions.ApplicationItem
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/parentalcontrolsapplicationrestrictions/applicationitem
---

# ParentalControlsApplicationRestrictions.ApplicationItem

A dictionary defining an app for parental control.

## Declaration

```data
object ParentalControlsApplicationRestrictions.ApplicationItem
```

## Properties

appID: The identifier of the app. Obtain this value from the Security framework using SecCodeCopyDesignatedRequirement(_:_:_:). Deprecated: macOS 27+ bundleID: The bundle ID of the app. Deprecated: macOS 27+ detachedSignature: The signature for an unsigned binary. Deprecated: macOS 27+ disabled: If true, this app isn’t added to the allow list. Deprecated: macOS 27+ displayName: The name used for display purposes. Deprecated: macOS 27+ subApps: An array of nested helper applications. Deprecated: macOS 27+
