Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 701 Bytes

Policy.md

File metadata and controls

12 lines (9 loc) · 701 Bytes

LaunchDarklyApi::Policy

Properties

Name Type Description Notes
resources Array<String> [optional]
not_resources Array<String> Targeted resource will be those resources NOT in this list. The &quot;resources`&quot; field must be empty to use this field. [optional]
actions Array<String> [optional]
not_actions Array<String> Targeted actions will be those actions NOT in this list. The &quot;actions&quot; field must be empty to use this field. [optional]
effect String Effect of the policy - allow or deny. [optional]