LinkedServiceOdbcBasicAuthenticationArgs

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

Constructors

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

Properties

Link copied to clipboard
val password: Output<String>

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

Link copied to clipboard
val username: Output<String>

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

Functions

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