Risk Configuration Risk Exception Configuration Args
data class RiskConfigurationRiskExceptionConfigurationArgs(val blockedIpRangeLists: Output<List<String>>? = null, val skippedIpRangeLists: Output<List<String>>? = null) : ConvertibleToJava<RiskConfigurationRiskExceptionConfigurationArgs>
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.