20#ifndef ORES_IAM_DOMAIN_ACCOUNT_VERSION_HISTORY_HPP
21#define ORES_IAM_DOMAIN_ACCOUNT_VERSION_HISTORY_HPP
25#include "ores.iam/domain/account_version.hpp"
Domain types for identity and access management.
Definition account.hpp:27
Contains the full version history for an account.
Definition account_version_history.hpp:32
std::string username
Username of the account.
Definition account_version_history.hpp:36
std::vector< account_version > versions
All versions of this account, ordered from newest to oldest.
Definition account_version_history.hpp:41