ConnectorProfileVeevaConnectorProfileCredentialsArgs

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

Constructors

Functions

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

Properties

Link copied to clipboard
val password: Output<String>

The password that corresponds to the username.

Link copied to clipboard
val username: Output<String>

The name of the user.