LinkedServiceOdataBasicAuthenticationArgs

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

Constructors

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 OData endpoint.

Link copied to clipboard
val username: Output<String>

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

Functions

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