# AuthCacheItem
## Properties
**all** | **String** | Flush all objects in cache for access zone. | [optional] [default to null]
**gid** | **i32** | Flush objects in cache for access zone specified by GID. | [optional] [default to null]
**group_name** | **String** | Flush objects in cache for access zone specified by group name. | [optional] [default to null]
**provider** | **String** | Flush objects in cache for access zone specified by authentication provider. | [optional] [default to null]
**sid** | **String** | Flush objects in cache for access zone specified by SID. | [optional] [default to null]
**uid** | **i32** | Flush objects in cache for access zone specified by UID. | [optional] [default to null]
**user_name** | **String** | Flush objects in cache for access zone specified by user name. | [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)