ProfileListResponse.ProfileListItem
A dictionary that describes a profile list item.
Declaration
object ProfileListResponse.ProfileListItemProperties
| Name | Type | Description |
|---|---|---|
HasRemovalPasscode | boolean | If |
IsEncrypted | boolean | If |
IsManaged | boolean | If |
PayloadContent | [ProfileListResponse.ProfileListItem.PayloadContentItem] | An array of payload content items. This value isn’t present if |
PayloadDescription | string | The description of the profile. |
PayloadDisplayName | string | The human-readable name of the profile. |
PayloadIdentifier Required | string | The reverse-DNS-style identifier of the profile; for example, |
PayloadOrganization | string | The human-readable name of the organization that provided the profile. |
PayloadRemovalDisallowed | boolean | If |
PayloadUUID Required | string | The unique identifier for the profile. |
PayloadVersion | integer | The version of the configuration profile as a whole, not of the individual profiles within it. The value should be |
SignerCertificates | [data] | An array that contains the certificate for signing the profile, followed by any intermediate certificates, in DER-encoded X.509 format. |
Source | string | A string set to |