Linux Operating System Profile Response
    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
                fun LinuxOperatingSystemProfileResponse(password: String? = null, sshProfile: SshProfileResponse? = null, username: String? = null)