github.com/launchdarkly/api-client-go@v5.3.0+incompatible/docs/Policy.md (about)

     1  # Policy
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Resources** | **[]string** |  | [optional] [default to null]
     7  **NotResources** | **[]string** | Targeted resource will be those resources NOT in this list. The \"resources`\" field must be empty to use this field. | [optional] [default to null]
     8  **Actions** | **[]string** |  | [optional] [default to null]
     9  **NotActions** | **[]string** | Targeted actions will be those actions NOT in this list. The \"actions\" field must be empty to use this field. | [optional] [default to null]
    10  **Effect** | **string** | Effect of the policy - allow or deny. | [optional] [default to null]
    11  
    12  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    13  
    14