20#ifndef ORES_IAM_EVENTING_PERMISSION_CHANGED_EVENT_HPP
21#define ORES_IAM_EVENTING_PERMISSION_CHANGED_EVENT_HPP
26#include "ores.eventing/domain/event_traits.hpp"
67 static constexpr std::string_view name =
"ores.iam.permission_changed";
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 permission definition data has changed.
Definition permission_changed_event.hpp:40
std::vector< std::string > permission_ids
IDs of permissions that changed.
Definition permission_changed_event.hpp:55
std::chrono::system_clock::time_point timestamp
The timestamp of when the change occurred (in UTC).
Definition permission_changed_event.hpp:47