allowedClients

@JvmName(name = "ywlwytcfpwegomvk")
suspend fun allowedClients(value: Output<List<AllowedClientArgs>>)
@JvmName(name = "nmhhfkbttpivwbxk")
suspend fun allowedClients(value: List<AllowedClientArgs>?)

Parameters

value

List of allowed access points.


@JvmName(name = "mrjlhroomlcojkhf")
suspend fun allowedClients(vararg values: Output<AllowedClientArgs>)


@JvmName(name = "ynwxlcsaqwggkbxv")
suspend fun allowedClients(values: List<Output<AllowedClientArgs>>)
@JvmName(name = "jooahqhkiglgsbeq")
suspend fun allowedClients(vararg values: AllowedClientArgs)

Parameters

values

List of allowed access points.


@JvmName(name = "ugsdgpjrquhcwhev")
suspend fun allowedClients(argument: List<suspend AllowedClientArgsBuilder.() -> Unit>)
@JvmName(name = "kmxgyehfsypqdacf")
suspend fun allowedClients(vararg argument: suspend AllowedClientArgsBuilder.() -> Unit)
@JvmName(name = "otbhtscpgjielwyh")
suspend fun allowedClients(argument: suspend AllowedClientArgsBuilder.() -> Unit)

Parameters

argument

List of allowed access points.