ServiceAuthArgs

data class ServiceAuthArgs(val password: Output<String>? = null, val serverAddress: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<ServiceAuthArgs>

Constructors

Link copied to clipboard
constructor(password: Output<String>? = null, serverAddress: Output<String>, username: Output<String>? = null)

Properties

Link copied to clipboard
val password: Output<String>? = null

The password

Link copied to clipboard
val serverAddress: Output<String>

The address of the server for the authentication

Link copied to clipboard
val username: Output<String>? = null

The username

Functions

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