LinuxOperatingSystemProfileResponse

data class LinuxOperatingSystemProfileResponse(val password: String? = null, val sshProfile: SshProfileResponse? = null, val username: String? = null)

The ssh username, password, and ssh public key.

Constructors

Link copied to clipboard
constructor(password: String? = null, sshProfile: SshProfileResponse? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password.

Link copied to clipboard

The SSH profile.

Link copied to clipboard
val username: String? = null

The username.