outscale_api 1.18.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**entities_type** | Option<**Vec<String>**> | The type of entity linked to the policy you want to get information about. | [optional]
**first_item** | Option<**i32**> | The item starting the list of entities requested. | [optional]
**policy_orn** | **String** | The OUTSCALE Resource Name (ORN) of the policy. For more information, see [Resource Identifiers]https://docs.outscale.com/en/userguide/Resource-Identifiers.html. | 
**results_per_page** | Option<**i32**> | The maximum number of items that can be returned in a single response (by default, 100). | [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)