User Account Response
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
fun UserAccountResponse(elevationLevel: String? = null, linuxUserConfiguration: LinuxUserConfigurationResponse? = null, name: String, password: String, windowsUserConfiguration: WindowsUserConfigurationResponse? = null)