blockedIpRangeLists

@JvmName(name = "vktuqfrgmapfhfda")
suspend fun blockedIpRangeLists(value: Output<List<String>>)
@JvmName(name = "aaryxwhwinwjnhki")
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 = "tpexevabptrpesmc")
suspend fun blockedIpRangeLists(vararg values: Output<String>)


@JvmName(name = "dhnrqmcoyaljxupp")
suspend fun blockedIpRangeLists(values: List<Output<String>>)
@JvmName(name = "hfdertwbhdninpdx")
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.