Class RawIpAllowlistClient


  • public class RawIpAllowlistClient
    extends java.lang.Object
    • Constructor Detail

      • RawIpAllowlistClient

        public RawIpAllowlistClient​(ClientOptions clientOptions)
    • Method Detail

      • updateIpAllowlist

        public IntercomHttpResponse<IpAllowlist> updateIpAllowlist()
        Update the IP allowlist configuration for the workspace.

        {% admonition type="warning" name="Lockout Protection" %} The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature. {% /admonition %}

      • updateIpAllowlist

        public IntercomHttpResponse<IpAllowlist> updateIpAllowlist​(IpAllowlist request)
        Update the IP allowlist configuration for the workspace.

        {% admonition type="warning" name="Lockout Protection" %} The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature. {% /admonition %}

      • updateIpAllowlist

        public IntercomHttpResponse<IpAllowlist> updateIpAllowlist​(IpAllowlist request,
                                                                   RequestOptions requestOptions)
        Update the IP allowlist configuration for the workspace.

        {% admonition type="warning" name="Lockout Protection" %} The API will reject updates that would lock out the caller's IP address. Ensure your current IP is included in the allowlist when enabling the feature. {% /admonition %}