allow

@JvmName(name = "vbpywxwfqifehspc")
suspend fun allow(value: Output<List<Either<String, SignalRRequestType>>>)
@JvmName(name = "hfldycpwfxoroufk")
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 = "emjoosmmuciuiygs")
suspend fun allow(vararg values: Output<Either<String, SignalRRequestType>>)


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

Parameters

values

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