allow

@JvmName(name = "icfcsyvqjgpbylhp")
suspend fun allow(value: Output<List<Either<String, SignalRRequestType>>>)
@JvmName(name = "ybqkigkbsrgtlyfk")
suspend fun allow(value: List<Either<String, SignalRRequestType>>?)

Parameters

value

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.


@JvmName(name = "fwljvceqqonnkggo")
suspend fun allow(vararg values: Output<Either<String, SignalRRequestType>>)


@JvmName(name = "igjkfyhmemejdbib")
suspend fun allow(values: List<Output<Either<String, SignalRRequestType>>>)
@JvmName(name = "pblmkfltvrpxxsgj")
suspend fun allow(vararg values: Either<String, SignalRRequestType>)

Parameters

values

Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI.