allow

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


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

Parameters

values

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