---
title: AppManagedExtensionConfigsObject
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/appmanagedextensionconfigsobject
---

# AppManagedExtensionConfigsObject

A dictionary of extension config data and credentials.

## Declaration

```data
object AppManagedExtensionConfigsObject
```

## Properties

ANY: A dictionary mapping extension composed identifiers to the extension config data and credentials. The format of the composed identifier is either “Bundle-ID” or “Bundle-ID (Team-ID)”. “Bundle-ID” is the bundle identifier string of the provider. “Team-ID” is the team identifier from the provider’s code signature. For example, “com.example.app” for the bundle ID format, or “com.example.app (ABCD1234)” for the team ID format.

## See Also

### Objects

- [AppManagedAppConfigDictionaryObject](devicemanagement/appmanagedappconfigdictionaryobject.md)
- [AppManagedAttributesObject](devicemanagement/appmanagedattributesobject.md)
- [AppManagedInstallBehaviorObject](devicemanagement/appmanagedinstallbehaviorobject.md)
- [AppManagedUpdateBehaviorObject](devicemanagement/appmanagedupdatebehaviorobject.md)
