UserAccount interface
An interface representing UserAccount.
Properties
| elevation |
The elevation level of the user Account. The default value is nonAdmin. Possible values include: 'nonAdmin', 'admin' |
| linux |
The Linux-specific user configuration for the user Account. This property is ignored if specified on a Windows Pool. If not specified, the user is created with the default options. |
| name | The name of the user Account. |
| password | The password for the user Account. |
| windows |
The Windows-specific user configuration for the user Account. This property can only be specified if the user is on a Windows Pool. If not specified and on a Windows Pool, the user is created with the default options. |
Property Details
elevationLevel
The elevation level of the user Account. The default value is nonAdmin. Possible values include: 'nonAdmin', 'admin'
elevationLevel?: ElevationLevel
Property Value
linuxUserConfiguration
The Linux-specific user configuration for the user Account. This property is ignored if specified on a Windows Pool. If not specified, the user is created with the default options.
linuxUserConfiguration?: LinuxUserConfiguration
Property Value
name
The name of the user Account.
name: string
Property Value
string
password
The password for the user Account.
password: string
Property Value
string
windowsUserConfiguration
The Windows-specific user configuration for the user Account. This property can only be specified if the user is on a Windows Pool. If not specified and on a Windows Pool, the user is created with the default options.
windowsUserConfiguration?: WindowsUserConfiguration