Interface RiskExceptionConfigurationType.Builder

    • Method Detail

      • blockedIPRangeList

        RiskExceptionConfigurationType.Builder blockedIPRangeList​(Collection<String> blockedIPRangeList)

        An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.

        Parameters:
        blockedIPRangeList - An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blockedIPRangeList

        RiskExceptionConfigurationType.Builder blockedIPRangeList​(String... blockedIPRangeList)

        An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.

        Parameters:
        blockedIPRangeList - An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skippedIPRangeList

        RiskExceptionConfigurationType.Builder skippedIPRangeList​(Collection<String> skippedIPRangeList)

        An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.

        Parameters:
        skippedIPRangeList - An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • skippedIPRangeList

        RiskExceptionConfigurationType.Builder skippedIPRangeList​(String... skippedIPRangeList)

        An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.

        Parameters:
        skippedIPRangeList - An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.