Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 562 Bytes

File metadata and controls

20 lines (14 loc) · 562 Bytes

LaunchDarklyApi::IpList

Properties

Name Type Description Notes
addresses Array<String> A list of IP addresses used by the LaunchDarkly service
outbound_addresses Array<String> A list of the IP addresses outgoing webhook notifications use

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IpList.new(
  addresses: [&quot;104.156.80.0/20&quot;,&quot;151.101.0.0/16&quot;],
  outbound_addresses: [&quot;52.21.152.96/32&quot;]
)