Subsections of Module Events

ModuleWentOffline

A module went offline. To retrieve only this event you use the topic “module/irm.aspnetcore.identity.events.modulewentoffline”.

Name Type Description
AggregateId UUID The unique identifier of the module.

ModuleWentOnLine

A module went online. To retrieve only this event you use the topic “module/irm.aspnetcore.identity.events.modulewentonline”.

Name Type Description
AggregateId UUID The unique identifier of the module.

FunctionalityDeleted

A functionality is deleted. When a functionality is deleted, the permission is also deleted from Group templates, Groups and External Systems. To retrieve only this event you use the topic “module/irm.aspnetcore.identity.events.functionalitydeleted”.

Name Type Description
AggregateId UUID The unique identifier of the module.
FunctionalityId UUID The unique identifier of the funcitonality.
Permission string The unique identifier of the permission.