Identification
com.apple.configurationprofile.identification
The payload that configures the names of the account user.
macOS
macOS 10.7+exclusiveConfiguration Keys (1)
| Key | Type | Title |
|---|---|---|
PayloadIdentificationrequiredThe dictionary that contains details about the user. | dict | PayloadIdentification |
FullNamerequiredThe full name of the account. | string | Full Name |
EmailAddressrequiredThe address for the account. | string | E-mail address |
UserNamerequiredThe UNIX user name for the accounts. | string | Username |
PasswordrequiredThe password for the account. Required when the 'AuthMethod' is 'Password'. | string | Password |
AuthMethodrequiredThe authorization method. Either the profile contains the password or the user provides it. Default: "UserEnteredPassword" Range: Password, UserEnteredPassword | string | Authentication Method |
PromptThe custom instructions for the user, if needed. | string | Prompt |
PromptMessageThe additional descriptive text for the user prompt. | string | Prompt Message |