Identification
The payload that configures the names of the account user.
Declaration
object IdentificationProperties
| Name | Type | Description |
|---|---|---|
PayloadIdentification Required | Identification.PayloadIdentification | The dictionary that contains details about the user. |
Discussion
Specify com.apple.configurationprofile.identification as the payload type.
Profile availability
Device channel | macOS |
User channel | macOS |
Allow manual install | macOS |
Requires supervision | NA |
Requires user-approved MDM | NA |
Allowed in user enrollment | macOS |
Allow multiple payloads | NA |
Profile example
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>CalDAVAccountDescription</key>
<string>My CalDAV Account</string>
<key>CalDAVHostName</key>
<string>server.companyemail.com</string>
<key>CalDAVPassword</key>
<string>Password123</string>
<key>CalDAVPort</key>
<integer>443</integer>
<key>CalDAVUseSSL</key>
<true/>
<key>CalDAVUsername</key>
<string>juanchaves4@companyemail.com</string>
<key>PayloadIdentifier</key>
<string>com.example.mycaldavpayload</string>
<key>PayloadType</key>
<string>com.apple.caldav.account</string>
<key>PayloadUUID</key>
<string>603409f1-b611-459d-9584-0ed12bc25b5b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
<dict>
<key>PayloadIdentification</key>
<dict>
<key>UserName</key>
<string>juanchaves4@companyemail.com</string>
<key>FullName</key>
<string>Juan Chavez</string>
<key>EmailAddress</key>
<string>juanchaves4@companyemail.com</string>
<key>AuthMethod</key>
<string>UserEnteredPassword</string>
<key>Password</key>
<string>Password123</string>
<key>Prompt</key>
<string>Prompt Hello</string>
<key>PromptMessage</key>
<string>Prompt Message</string>
</dict>
<key>PayloadType</key>
<string>com.apple.configurationprofile.identification</string>
<key>PayloadIdentifier</key>
<string>com.example.myidentificationpayload</string>
<key>PayloadUUID</key>
<string>9afecc40-d89f-4d66-ba9a-73ce0f15f784</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Identification with CalDAV</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>4a430145-e362-4808-957c-b784a1092777</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>