20#ifndef ORES_IAM_DOMAIN_ACCOUNT_TYPE_HPP
21#define ORES_IAM_DOMAIN_ACCOUNT_TYPE_HPP
Domain types for identity and access management.
Definition account.hpp:29
Classification of account types.
Definition account_type.hpp:39
int display_order
Order for UI display purposes.
Definition account_type.hpp:65
std::string modified_by
Username of the person who last modified this account type.
Definition account_type.hpp:70
std::string change_commentary
Free-text commentary explaining the change.
Definition account_type.hpp:82
std::string description
Detailed description of the account type.
Definition account_type.hpp:60
std::string type
Unique type code.
Definition account_type.hpp:50
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition account_type.hpp:92
std::string name
Human-readable name for the type.
Definition account_type.hpp:55
int version
Version number for optimistic locking and change tracking.
Definition account_type.hpp:43
std::string performed_by
Username of the account that performed this operation.
Definition account_type.hpp:87
std::string change_reason_code
Code identifying the reason for the change.
Definition account_type.hpp:77