Risk Configuration Risk Exception Configuration
data class RiskConfigurationRiskExceptionConfiguration(val blockedIpRangeLists: List<String>? = null, val skippedIpRangeLists: List<String>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation. Can contain a maximum of 200 items.