|
ORE Studio 0.0.4
|
Classification of account types. More...
#include <account_type.hpp>

Public Attributes | |
| int | version = 0 |
| Version number for optimistic locking and change tracking. | |
| std::string | type |
| Unique type code. | |
| std::string | name |
| Human-readable name for the type. | |
| std::string | description |
| Detailed description of the account type. | |
| int | display_order |
| Order for UI display purposes. | |
| std::string | modified_by |
| Username of the person who last modified this account type. | |
| std::string | change_reason_code |
| Code identifying the reason for the change. | |
| std::string | change_commentary |
| Free-text commentary explaining the change. | |
| std::string | performed_by |
| Username of the account that performed this operation. | |
| std::chrono::system_clock::time_point | recorded_at |
| Timestamp when this version of the record was recorded. | |
Classification of account types.
Reference data table defining valid account type classifications. Examples: 'user', 'service', 'algorithm', 'llm'.
Account types are managed by the system tenant and are used to categorise accounts for different purposes. User accounts can login with passwords, while service accounts authenticate via sessions only.
| std::string type |
Unique type code.
Examples: 'user', 'service', 'algorithm', 'llm'.
| std::string change_reason_code |
Code identifying the reason for the change.
References change_reasons table (soft FK).