20#ifndef ORES_ACCOUNTS_DOMAIN_ROLE_PERMISSION_HPP
21#define ORES_ACCOUNTS_DOMAIN_ROLE_PERMISSION_HPP
23#include <boost/uuid/uuid.hpp>
25namespace ores::accounts::domain {
Represents the assignment of a permission to a role.
Definition role_permission.hpp:34
boost::uuids::uuid permission_id
The permission being granted to the role.
Definition role_permission.hpp:43
boost::uuids::uuid role_id
The role to which the permission is granted.
Definition role_permission.hpp:38