Linux Operating System Profile Args
data class LinuxOperatingSystemProfileArgs(val password: Output<String>? = null, val sshProfile: Output<SshProfileArgs>? = null, val username: Output<String>? = null) : ConvertibleToJava<LinuxOperatingSystemProfileArgs>
The ssh username, password, and ssh public key.
Constructors
Link copied to clipboard
constructor(password: Output<String>? = null, sshProfile: Output<SshProfileArgs>? = null, username: Output<String>? = null)