# IamV1RoleListResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limit** | Option<**i32**> | Maximum number of results returned. |
**next_cursor** | Option<**String**> | Cursor for the next page. |
**data** | Option<[**Vec<crate::models::IamV1RoleResponse>**](IamV1RoleResponse.md)> | Page of IAM roles (length ≤ limit). |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)