GuestCredentialResponse

data class GuestCredentialResponse(val privateKey: String? = null, val username: String? = null)

Username / Password Credentials to connect to guest.

Constructors

Link copied to clipboard
constructor(privateKey: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val privateKey: String? = null

Private key used to authenticate to a virtual machine through ssh.

Link copied to clipboard
val username: String? = null

Gets or sets username to connect with the guest.