blockedIPRangeList property

List<String>? blockedIPRangeList
final

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 associated routing prefix.

Implementation

final List<String>? blockedIPRangeList;