LinkedServiceOdbcBasicAuthentication

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password associated with the username, which can be used to authenticate to the ODBC endpoint.

Link copied to clipboard

The username which can be used to authenticate to the ODBC endpoint.