User group cache set (group_caches)
Table of Contents
Description
Based on the current data in the domain and the current group tree, contains for a specific group the current full rollout of nested users, groups and roles, as well as superior groups.
It is not stored in the database, it is lined up after domain boot and is automatically updated in lazy mode in 5 seconds after every significant change in the composition and properties of roles, users, groups.
Fields
Entity structure
{
"id": uuid,
"direct_parents": array<uuid>,
"direct_children": array<uuid>,
"direct_users": array<uuid>,
"direct_roles": array<str>,
"deep_parents": array<uuid>,
"deep_children": array<uuid>,
"deep_users": array<uuid>,
"deep_roles": array<str>
}