auths

@JvmName(name = "yymvyiuopdbwyxit")
suspend fun auths(value: Output<List<ProxyAuthArgs>>)
@JvmName(name = "qsuakmpmsmgxccio")
suspend fun auths(value: List<ProxyAuthArgs>?)

Parameters

value

Configuration block(s) with authorization mechanisms to connect to the associated instances or clusters. Described below.


@JvmName(name = "wihqlvbkblpydvsv")
suspend fun auths(vararg values: Output<ProxyAuthArgs>)


@JvmName(name = "gumtqswjmpohapth")
suspend fun auths(values: List<Output<ProxyAuthArgs>>)
@JvmName(name = "nxtfehlpmtdtncwm")
suspend fun auths(vararg values: ProxyAuthArgs)

Parameters

values

Configuration block(s) with authorization mechanisms to connect to the associated instances or clusters. Described below.


@JvmName(name = "xxgdebtnrghykpgj")
suspend fun auths(argument: List<suspend ProxyAuthArgsBuilder.() -> Unit>)
@JvmName(name = "ohabpmrdangbfsbv")
suspend fun auths(vararg argument: suspend ProxyAuthArgsBuilder.() -> Unit)
@JvmName(name = "jmpjruxjxqihdomc")
suspend fun auths(argument: suspend ProxyAuthArgsBuilder.() -> Unit)

Parameters

argument

Configuration block(s) with authorization mechanisms to connect to the associated instances or clusters. Described below.