Name | Type | Description | Notes |
---|---|---|---|
_id | String | ||
_creator | MemberSummary | [optional] | |
_access | Access | [optional] | |
name | String | ||
policy | Array<Statement> | ||
full_key | String | ||
display_key | String | ||
creation_date | Integer | ||
last_modified | Integer |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RelayAutoConfigRep.new(
_id: null,
_creator: null,
_access: null,
name: null,
policy: null,
full_key: null,
display_key: null,
creation_date: null,
last_modified: null
)