Contents

ProfileListResponse.ProfileListItem

A dictionary that describes a profile list item.

Declaration

object ProfileListResponse.ProfileListItem

Properties

NameTypeDescription
HasRemovalPasscodeboolean

If true, the profile has a passcode for removal.

IsEncryptedboolean

If true, it’s an encrypted profile.

IsManagedboolean

If true, the current MDM service installed the profile. MDM doesn’t return this value for supervised devices, and can remove or replace all profiles on supervised devices.

PayloadContent[ProfileListResponse.ProfileListItem.PayloadContentItem]

An array of payload content items. This value isn’t present if IsEncrypted is true.

PayloadDescriptionstring

The description of the profile.

PayloadDisplayNamestring

The human-readable name of the profile.

PayloadIdentifier Requiredstring

The reverse-DNS-style identifier of the profile; for example, com.example.myprofile.

PayloadOrganizationstring

The human-readable name of the organization that provided the profile.

PayloadRemovalDisallowedboolean

If true, the user can’t delete the profile unless it has a removal password and the user provides it. The framework ignores this field on unsupervised devices.

PayloadUUID Requiredstring

The unique identifier for the profile.

PayloadVersioninteger

The version of the configuration profile as a whole, not of the individual profiles within it. The value should be 1.

SignerCertificates[data]

An array that contains the certificate for signing the profile, followed by any intermediate certificates, in DER-encoded X.509 format.

Sourcestring

A string set to Declarative Device Management when the profile is managed by Declarative Device Management.

Mentioned in

Topics

Objects

See Also

Objects