RiskConfigurationRiskExceptionConfiguration

data class RiskConfigurationRiskExceptionConfiguration(val blockedIpRangeLists: List<String>? = null, val skippedIpRangeLists: List<String>? = null)

Constructors

constructor(blockedIpRangeLists: List<String>? = null, skippedIpRangeLists: List<String>? = null)

Types

Link copied to clipboard
object Companion

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.