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. |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RelayAutoConfigPost.new(
name: null,
policy: null
)