blockedIpRangeLists

@JvmName(name = "gnswugibunmlurus")
suspend fun blockedIpRangeLists(value: Output<List<String>>)
@JvmName(name = "oejxeqncfcehvyyr")
suspend fun blockedIpRangeLists(value: List<String>?)

Parameters

value

Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation, a compact representation of an IP address and its routing prefix. Can contain a maximum of 200 items.


@JvmName(name = "xgxutbtkhqlvthtb")
suspend fun blockedIpRangeLists(vararg values: Output<String>)


@JvmName(name = "qxtdetiblxkcyvpp")
suspend fun blockedIpRangeLists(values: List<Output<String>>)
@JvmName(name = "piwpaaauagueatnp")
suspend fun blockedIpRangeLists(vararg values: String)

Parameters

values

Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation, a compact representation of an IP address and its routing prefix. Can contain a maximum of 200 items.