GuestCredentialArgs

data class GuestCredentialArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<GuestCredentialArgs>

Username / Password Credentials to connect to guest.

Constructors

Link copied to clipboard
constructor(password: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val password: Output<String>

Gets or sets the password to connect with the guest.

Link copied to clipboard
val username: Output<String>

Gets or sets username to connect with the guest.

Functions

Link copied to clipboard
open override fun toJava(): GuestCredentialArgs