Contents

AppManagedAppConfigDictionaryObject

A dictionary of app config data and credentials.

Declaration

object AppManagedAppConfigDictionaryObject

Properties

NameTypeDescription
Certificates[AppManagedCredentialConfigObject]

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.

DataAssetReferencestring

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[AppManagedCredentialConfigObject]

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[AppManagedCredentialConfigObject]

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

Topics

Objects

See Also

Objects