20#ifndef ORES_IAM_REPOSITORY_ACCOUNT_ROLE_ENTITY_HPP
21#define ORES_IAM_REPOSITORY_ACCOUNT_ROLE_ENTITY_HPP
24#include "ores.database/repository/db_types.hpp"
38 constexpr static const char* schema =
"public";
39 constexpr static const char* tablename =
"ores_iam_account_roles_tbl";
41 std::string tenant_id;
42 std::string account_id;
44 std::string assigned_by;
45 std::string change_reason_code;
46 std::string change_commentary;
ores::database::repository::db_timestamp db_timestamp
Canonical database timestamp type.
Definition database_info_entity.hpp:31
Database persistence layer for IAM domain types.
Definition account_entity.hpp:28
Represents an account-role assignment in the database.
Definition account_role_entity.hpp:37