All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.datafactory.kotlin.outputs.LinkedServiceOdataBasicAuthentication.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.datafactory.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property password The password associated with the username, which can be used to authenticate to the OData endpoint.
 * @property username The username which can be used to authenticate to the OData endpoint.
 */
public data class LinkedServiceOdataBasicAuthentication(
    public val password: String,
    public val username: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.datafactory.outputs.LinkedServiceOdataBasicAuthentication):
            LinkedServiceOdataBasicAuthentication = LinkedServiceOdataBasicAuthentication(
            password = javaType.password(),
            username = javaType.username(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy