ConnectorProfileBasicAuthCredentialsArgs

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

Constructors

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

Properties

Link copied to clipboard
val password: Output<String>

The password to use to connect to a resource.

Link copied to clipboard
val username: Output<String>

The username to use to connect to a resource.

Functions

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