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. |
EmailAddress Required | string | The address for the account. |
FullName Required | string | The full name of the account. |
Password Required | string | The password for the account. Required when the |
Prompt | string | The custom instructions for the user, if needed. |
PromptMessage | string | The additional descriptive text for the user prompt. |
UserName Required | string | The UNIX user name for the accounts. |