AccountConfigurationCommand.Command.AutoSetupAdminAccountItem
A dictionary that describes the administrator account to create with Setup Assistant, which uses the first element and ignores additional elements.
Declaration
object AccountConfigurationCommand.Command.AutoSetupAdminAccountItemProperties
| Name | Type | Description |
|---|---|---|
fullName | string | The full name of the user, which defaults to |
hidden | boolean | If |
passwordHash | data | Data that contains the pre-created salted PBKDF2 SHA512 password hash for the account. |
shortName Required | string | The short name of the user. |