# SettingsMappingMappingSettings
## Properties
**cache_entry_expiry** | **i32** | Specifies the cache expiry in seconds of the idmapper. | [optional] [default to null]
**gid_range_enabled** | **bool** | If true, allocates GIDs from a fixed range. | [optional] [default to null]
**gid_range_max** | **i32** | Specifies the ending number for a fixed range from which GIDs are allocated. | [optional] [default to null]
**gid_range_min** | **i32** | Specifies the starting number for a fixed range from which GIDs are allocated. | [optional] [default to null]
**gid_range_next** | **i32** | Specifies the next GID to allocate. | [optional] [default to null]
**uid_range_enabled** | **bool** | If true, allocates UIDs from a fixed range. | [optional] [default to null]
**uid_range_max** | **i32** | Specifies the ending number for a fixed range from which UIDs are allocated. | [optional] [default to null]
**uid_range_min** | **i32** | Specifies the starting number for a fixed range from which UIDs are allocated. | [optional] [default to null]
**uid_range_next** | **i32** | Specifies the next UID to allocate. | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)