Name | Type | Description | Notes |
---|---|---|---|
addresses | Array<String> | A list of the IP addresses LaunchDarkly's service uses | |
outbound_addresses | Array<String> | A list of the IP addresses outgoing webhook notifications use |
require 'launchdarkly_api'
instance = LaunchDarklyApi::IpList.new(
addresses: ["104.156.80.0/20","151.101.0.0/16"],
outbound_addresses: ["52.21.152.96/32"]
)