---
title: AppManagedAttributesObject
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/appmanagedattributesobject
---

# AppManagedAttributesObject

A dictionary of values to associate with the app.

## Declaration

```data
object AppManagedAttributesObject
```

## Properties

AssociatedDomains: An array of domain names to associate with the app. AssociatedDomainsEnableDirectDownloads: If true, the system enables direct downloads for the AssociatedDomains. CellularSliceUUID: The cellular slice identifier, which can be the data network name (DNN) or app category. For DNN, encode the value as “DNN:name”, where “name” is the carrier-provided DNN name. For app category, encode the value as “AppCategory:category”, where “category” is a carrier-provided string such as “Enterprise1”. Available: iOS 17.2+ | iPadOS 17.2+ ContentFilterUUID: The UUID of the content filter to associate with the app. DNSProxyUUID: The UUID of the DNS proxy to associate with the app. Hideable: If false, the system prevents the user from hiding the app. It doesn’t affect the user’s ability to leave it in the App Library, while removing it from the Home Screen. Available: iOS 18.1+ | iPadOS 18.1+ Lockable: If false, the system prevents the user from locking the app. This also prevents the user from hiding the app. Available: iOS 18.1+ | iPadOS 18.1+ RelayUUID: The UUID of the relay to associate with the app. TapToPayScreenLock: If true, the device automatically locks after every transaction that requires a customer’s card PIN. If false, the user can choose the behavior. Available: iOS 17.2+ | iPadOS 17.2+ VPNUUID: The UUID of the VPN to associate with the app.

## Mentioned in

Installing, managing, updating, and removing apps

## See Also

### Objects

- [AppManagedAppConfigDictionaryObject](devicemanagement/appmanagedappconfigdictionaryobject.md)
- [AppManagedExtensionConfigsObject](devicemanagement/appmanagedextensionconfigsobject.md)
- [AppManagedInstallBehaviorObject](devicemanagement/appmanagedinstallbehaviorobject.md)
- [AppManagedUpdateBehaviorObject](devicemanagement/appmanagedupdatebehaviorobject.md)
