ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
role_permission Struct Referencefinal

Represents the assignment of a permission to a role. More...

#include <role_permission.hpp>

Collaboration diagram for role_permission:
Collaboration graph

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.
 

Detailed Description

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.