ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasicArgs

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

Constructors

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(): ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasicArgs