20#ifndef ORES_IAM_EVENTING_ROLE_REVOKED_EVENT_HPP
21#define ORES_IAM_EVENTING_ROLE_REVOKED_EVENT_HPP
24#include <boost/uuid/uuid.hpp>
25#include "ores.eventing/domain/event_traits.hpp"
62 static constexpr std::string_view name =
"ores.iam.role_revoked";
ORE Studio - Graphical interface and data management for Open Source Risk Engine.
Definition image.hpp:27
Domain types for the eventing infrastructure.
Definition assets_changed_event.hpp:57
Event types for the IAM module.
Definition account_changed_event.hpp:28
Traits template for mapping event types to their logical names.
Definition event_traits.hpp:44
Domain event indicating that a role has been revoked from an account.
Definition role_revoked_event.hpp:36
boost::uuids::uuid role_id
The role that was revoked.
Definition role_revoked_event.hpp:45
boost::uuids::uuid account_id
The account that lost the role.
Definition role_revoked_event.hpp:40
std::chrono::system_clock::time_point timestamp
The timestamp of when the revocation occurred (in UTC).
Definition role_revoked_event.hpp:50