forked from Shared/esg
initial commit
This commit is contained in:
10
src/common/enums/audit-event.enum.ts
Normal file
10
src/common/enums/audit-event.enum.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/** Security-relevant events written to the audit log collection. */
|
||||
export enum AuditEvent {
|
||||
LOGIN = 'LOGIN',
|
||||
LOGIN_FAILED = 'LOGIN_FAILED',
|
||||
LOGOUT = 'LOGOUT',
|
||||
USER_CREATED = 'USER_CREATED',
|
||||
PASSWORD_RESET = 'PASSWORD_RESET',
|
||||
USER_BLOCKED = 'USER_BLOCKED',
|
||||
USER_UNBLOCKED = 'USER_UNBLOCKED',
|
||||
}
|
||||
Reference in New Issue
Block a user