|
ORE Studio 0.0.4
|
Represents the assignment of a permission to a role. More...
#include <role_permission.hpp>

Public Attributes | |
| boost::uuids::uuid | role_id |
| The role to which the permission is granted. | |
| boost::uuids::uuid | permission_id |
| The permission being granted to the role. | |
Represents the assignment of a permission to a role.
This is a junction entity that links roles to permissions, supporting many-to-many relationships. A role can have multiple permissions, and a permission can be assigned to multiple roles.