Basic Authentication Args
    data class BasicAuthenticationArgs(val password: Output<String>? = null, val type: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<BasicAuthenticationArgs> 
Constructors
Link copied to clipboard
                fun BasicAuthenticationArgs(password: Output<String>? = null, type: Output<String>, username: Output<String>? = null)