# PermissionData
## Properties
**badges** | Option<**Vec<String>**> | Badges afforded the user by this permission | [optional]
**max** | Option<**i32**> | Maximum value afforded the user by this permission | [optional]
**max_favorite_groups** | Option<**std::collections::HashMap<String, i32>**> | Maximum favorite groups afforded the user by this permission | [optional]
**max_favorites_per_group** | Option<**std::collections::HashMap<String, i32>**> | Maximum favorites per group afforded the user by this permission | [optional]
**tags** | Option<**Vec<String>**> | Tags afforded the user by this permission | [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)