RiskConfigurationRiskExceptionConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val blockedIpRangeLists: Output<List<String>>? = null

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
val skippedIpRangeLists: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): RiskConfigurationRiskExceptionConfigurationArgs