---
title: AppManagedAppConfigDictionaryObject
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/appmanagedappconfigdictionaryobject
---

# AppManagedAppConfigDictionaryObject

A dictionary of app config data and credentials.

## Declaration

```data
object AppManagedAppConfigDictionaryObject
```

## Properties

Certificates: Provides certificates to the managed app or extension. Each element in the array contains a certificate asset reference and an associated identifier which the app or extension uses to look up the certificate. DataAssetReference: Specifies the identifier of an asset declaration containing a reference to the app or extension config data. The corresponding asset needs to be of type com.apple.asset.data. The referenced data needs to be a property list file, and the asset’s “ContentType” value set to match the data type. Identities: Provides identities to the managed app or extension. Each element in the array contains an identity asset reference and an associated identifier which the app or extension uses to look up the identity. Passwords: Provides passwords to the managed app or extension. Each element in the array contains a password asset reference and an associated identifier which the app or extension uses to look up the password.

## Mentioned in

Configuring managed apps and extensions

## Topics

### Objects

- [AppManagedCredentialConfigObject](devicemanagement/appmanagedcredentialconfigobject.md)

## See Also

### Objects

- [AppManagedAttributesObject](devicemanagement/appmanagedattributesobject.md)
- [AppManagedExtensionConfigsObject](devicemanagement/appmanagedextensionconfigsobject.md)
- [AppManagedInstallBehaviorObject](devicemanagement/appmanagedinstallbehaviorobject.md)
- [AppManagedUpdateBehaviorObject](devicemanagement/appmanagedupdatebehaviorobject.md)
