---
title: ProfileListResponse.ProfileListItem
framework: devicemanagement
role: symbol
role_heading: Device Management Command
path: devicemanagement/profilelistresponse/profilelistitem
---

# ProfileListResponse.ProfileListItem

A dictionary that describes a profile list item.

## Declaration

```data
object ProfileListResponse.ProfileListItem
```

## Properties

HasRemovalPasscode: If true, the profile has a passcode for removal. IsEncrypted: If true, it’s an encrypted profile. IsManaged: If true, the current MDM service installed the profile. MDM can remove or replace all profiles on supervised devices. Available: iOS 4+ | iPadOS 4+ | tvOS 9+ | visionOS 1.1+ | watchOS 10+ PayloadContent: An array of payload content items. This value isn’t present if IsEncrypted is true. PayloadDescription: The description of the profile. PayloadDisplayName: The human-readable name of the profile. PayloadIdentifier: The reverse-DNS-style identifier of the profile; for example, com.example.myprofile. PayloadOrganization: The human-readable name of the organization that provided the profile. PayloadRemovalDisallowed: 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: The unique identifier for the profile. PayloadVersion: The version of the configuration profile as a whole, not of the individual profiles within it. The value should be 1. SignerCertificates: An array that contains the certificate for signing the profile, followed by any intermediate certificates, in DER-encoded X.509 format. Source: A string set to Declarative Device Management when the profile is managed by Declarative Device Management. Available: iOS 18+ | iPadOS 18+ | macOS 15+ | tvOS 18+ | visionOS 2+ | watchOS 11+

## Mentioned in

Dealing with inactive managed devices and invalid push tokens

## Topics

### Objects

- [ProfileListResponse.ProfileListItem.PayloadContentItem](devicemanagement/profilelistresponse/profilelistitem/payloadcontentitem.md)

## See Also

### Objects

- [ProfileListResponse.ErrorChainItem](devicemanagement/profilelistresponse/errorchainitem.md)
