ConnectorProfileSnowflakeConnectorProfileCredentials

data class ConnectorProfileSnowflakeConnectorProfileCredentials(val password: String, val username: String)

Constructors

constructor(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password that corresponds to the username.

Link copied to clipboard

The name of the user.