Model
Group
Magento\Authorization\Model\Acl\Role\Group
What it does
This class represents a group-type role in Magento's ACL (Access Control List) system.
It extends the generic role model and distinguishes group roles from user roles by prepending them with 'G'.
Developers use this when working with admin user permissions and role hierarchies to manage access rights for groups of users.