UserAccountResponse

data class UserAccountResponse(val elevationLevel: String? = null, val linuxUserConfiguration: LinuxUserConfigurationResponse? = null, val name: String, val password: String, val windowsUserConfiguration: WindowsUserConfigurationResponse? = null)

Constructors

Link copied to clipboard
constructor(elevationLevel: String? = null, linuxUserConfiguration: LinuxUserConfigurationResponse? = null, name: String, password: String, windowsUserConfiguration: WindowsUserConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val elevationLevel: String? = null

nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin.

Link copied to clipboard

This property is ignored if specified on a Windows pool. If not specified, the user is created with the default options.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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.