Set of user role caches (role_caches)
Table of Contents
Description
Based on the current data in the domain and the current group tree, contains for a specific role the current full rollout of users and groups to whom it is assigned.
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
{
"name": str,
"direct_groups": array<uuid>,
"direct_users": array<uuid>,
"deep_groups": array<uuid>,
"deep_users": array<uuid>
}