Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 652 Bytes

RelayAutoConfigPost.md

File metadata and controls

20 lines (14 loc) · 652 Bytes

LaunchDarklyApi::RelayAutoConfigPost

Properties

Name Type Description Notes
name String A human-friendly name for the Relay Proxy configuration
policy Array<Statement> A description of what environments and projects the Relay Proxy should include or exclude. To learn more, read Write an inline policy.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RelayAutoConfigPost.new(
  name: null,
  policy: null
)