Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 656 Bytes

File metadata and controls

24 lines (18 loc) · 656 Bytes

LaunchDarklyApi::TrustPolicyStatement

Properties

Name Type Description Notes
effect String The effect of trust policy statement [optional]
action Array<String> The action of trust policy statement [optional]
principal Object The principal of trust policy statement [optional]
condition Object The condition of trust policy statement [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TrustPolicyStatement.new(
  effect: null,
  action: null,
  principal: null,
  condition: null
)