Identification.PayloadIdentification
The dictionary containing details about the user.
Declaration
object Identification.PayloadIdentificationProperties
| Name | Type | Description |
|---|---|---|
AuthMethod Required | string | The authorization method. Either the profile contains the password or the user provides it. Deprecated: macOS 15.4+ |
EmailAddress Required | string | The address for the account. Deprecated: macOS 15.4+ |
FullName Required | string | The full name of the account. Deprecated: macOS 15.4+ |
Password Required | string | The password for the account. Required when the Deprecated: macOS 15.4+ |
Prompt | string | The custom instructions for the user, if needed. Deprecated: macOS 15.4+ |
PromptMessage | string | The additional descriptive text for the user prompt. Deprecated: macOS 15.4+ |
UserName Required | string | The UNIX user name for the accounts. Deprecated: macOS 15.4+ |