allow

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


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

Parameters

values

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