public static interface RiskExceptionConfigurationType.Builder extends SdkPojo, CopyableBuilder<RiskExceptionConfigurationType.Builder,RiskExceptionConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
RiskExceptionConfigurationType.Builder |
blockedIPRangeList(Collection<String> blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests.
|
RiskExceptionConfigurationType.Builder |
blockedIPRangeList(String... blockedIPRangeList)
Overrides the risk decision to always block the pre-authentication requests.
|
RiskExceptionConfigurationType.Builder |
skippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list.
|
RiskExceptionConfigurationType.Builder |
skippedIPRangeList(String... skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRiskExceptionConfigurationType.Builder blockedIPRangeList(Collection<String> blockedIPRangeList)
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.
blockedIPRangeList - 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.RiskExceptionConfigurationType.Builder blockedIPRangeList(String... blockedIPRangeList)
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.
blockedIPRangeList - 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.RiskExceptionConfigurationType.Builder skippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
skippedIPRangeList - Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR
notation.RiskExceptionConfigurationType.Builder skippedIPRangeList(String... skippedIPRangeList)
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
skippedIPRangeList - Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR
notation.Copyright © 2022. All rights reserved.