blockedIpRangeLists

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


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