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 is not performed on the IP addresses in the range list.
|
RiskExceptionConfigurationType.Builder |
skippedIPRangeList(String... skippedIPRangeList)
Risk detection is not performed on the IP addresses in the 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 associated 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 associated 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 associated 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 associated routing prefix.RiskExceptionConfigurationType.Builder skippedIPRangeList(Collection<String> skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
skippedIPRangeList - Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR
notation.RiskExceptionConfigurationType.Builder skippedIPRangeList(String... skippedIPRangeList)
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
skippedIPRangeList - Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR
notation.Copyright © 2020. All rights reserved.