LaunchDarklyApi::Statement Properties Name Type Description Notes resources Array<String> Resource specifier strings [optional] not_resources Array<String> Targeted resources are the resources NOT in this list. The "resources" and "notActions" fields must be empty to use this field. [optional] actions Array<String> Actions to perform on a resource [optional] not_actions Array<String> Targeted actions are the actions NOT in this list. The "actions" and "notResources" fields must be empty to use this field. [optional] effect String Example require 'launchdarkly_api' instance = LaunchDarklyApi::Statement.new( resources: null, not_resources: null, actions: null, not_actions: null, effect: null )