Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

AuthCacheItem.md

File metadata and controls

16 lines (12 loc) · 1.08 KB

AuthCacheItem

Properties

Name Type Description Notes
All string Flush all objects in cache for access zone. [optional] [default to null]
Gid int32 Flush objects in cache for access zone specified by GID. [optional] [default to null]
GroupName 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 int32 Flush objects in cache for access zone specified by UID. [optional] [default to null]
UserName string Flush objects in cache for access zone specified by user name. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]