|
ORE Studio 0.0.4
|
Represents an account-role assignment in the database. More...
#include <account_role_entity.hpp>

Public Attributes | |
| std::string | tenant_id |
| std::string | account_id |
| std::string | role_id |
| std::string | assigned_by |
| std::string | change_reason_code |
| std::string | change_commentary |
| db_timestamp | assigned_at = "9999-12-31 23:59:59" |
| db_timestamp | valid_from = "9999-12-31 23:59:59" |
| db_timestamp | valid_to = "9999-12-31 23:59:59" |
Static Public Attributes | |
| static constexpr const char * | schema = "public" |
| static constexpr const char * | tablename = "ores_iam_account_roles_tbl" |
Represents an account-role assignment in the database.
This is a junction table linking accounts to roles. Note: The composite primary key (account_id, role_id, valid_from) is defined at the database schema level since sqlgen doesn't support composite keys.