outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ReadPoliciesFilters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**only_linked** | Option<**bool**> | If set to true, lists only the policies attached to a user. | [optional]
**path_prefix** | Option<**String**> | The path prefix you can use to filter the results. If not specified, it is set to a slash (`/`). | [optional]
**scope** | Option<**String**> | The scope of the policies. A policy can either be created by Outscale (`OWS`), and therefore applies to all accounts, or be created by its users (`LOCAL`). | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)