auths

@JvmName(name = "iunxpllsfqpyvnnu")
suspend fun auths(value: Output<List<ProxyAuthArgs>>)
@JvmName(name = "gtaaiahanxxugbsj")
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 = "lngxfjoqflpuumas")
suspend fun auths(vararg values: Output<ProxyAuthArgs>)


@JvmName(name = "liqcxrlpagkvxleo")
suspend fun auths(values: List<Output<ProxyAuthArgs>>)
@JvmName(name = "vpgkxiowswfguuok")
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 = "vtwvxmwnkwphpfxn")
suspend fun auths(argument: List<suspend ProxyAuthArgsBuilder.() -> Unit>)
@JvmName(name = "sdcijogbcfvawjmk")
suspend fun auths(vararg argument: suspend ProxyAuthArgsBuilder.() -> Unit)
@JvmName(name = "iyidfhkyhfybyrqr")
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.