Events catalog
Axowl publishes a sealed domain event for each consequential mutation; events feed the hash-chained audit log (see Seals & integrity). Events are records under Axowl.Core/Models/<domain>/Events/.
By domain
Section titled “By domain”| Domain | Event types |
|---|---|
| Users | UserCreated/Updated/Deleted/Recovered/Merged/Anonymized, UserLoggedIn/Out, EmailVerified, SealerCreated, AnomalousActivityDetected |
| Sessions | SessionCreated/Refreshed/Terminated/Expired/Locked/Unlocked/Heartbeat, SessionsBulkRevoked, ConcurrentLogin |
| Roles & permissions | RoleCreated/Updated/Deleted/Assigned/Revoked, RolePermissionAdded, PermissionCreated/Granted/Evaluated, CustomEventRegistered |
| Applications | ApplicationCreated/Updated/Deleted/StatusChanged, AppGroupCreated/Updated/Deleted |
| Org settings & keys | OrgApiKeyCreated/Revoked, OrgSigningKeyRotated, OrgWebhookSecretRegenerated, OrgPluginTokenCreated/Revoked, OrganizationSettingsUpdated, OrganizationPolicyUpdated, OrganizationSessionEntered/Exited |
| Reporting | TeamCreated, TeamLeadChanged, RelationshipAdded/Removed, MembershipAdded/Removed |
| Devices | DeviceRegistered, DeviceStatusChanged |
| End users | EndUserCreated/Registered/Activated/Suspended/Deleted/LoggedIn/Out |
| Integrity / security | IntegrityTamperingDetected, IntegrityViolationResolved, IntegrityRestorePerformed |
| SCIM | ScimUserDeactivated, InboundEventReceived |
| Business | MeetingCreated/Updated/Cancelled |