Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

File metadata and controls

20 lines (14 loc) · 533 Bytes

LaunchDarklyApi::PatchIpAllowlistConfigRequest

Properties

Name Type Description Notes
session_allowlist_enabled Boolean Enable or disable session allowlist [optional]
api_token_allowlist_enabled Boolean Enable or disable API token allowlist [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::PatchIpAllowlistConfigRequest.new(
  session_allowlist_enabled: null,
  api_token_allowlist_enabled: null
)