Click or drag to resize

PsrLogbookEvent Enumeration

Type of PsrLogbook

Namespace:  PsrApi.Data.Enums
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public enum PsrLogbookEvent
Members
  Member nameValueDescription
PsrLogbookEventNew0 New
PsrLogbookEventShow1 Shown
PsrLogbookEventChange2 Changed
PsrLogbookEventDelete3 Deleted
PsrLogbookEventPrint4 Printed
PsrLogbookEventRights5 Rights have changed
PsrLogbookEventLogin6 Login
PsrLogbookEventLogout7 Logout
PsrLogbookEventExecute8 Execution
PsrLogbookEventExecuteStop9 Execution stopped
PsrLogbookEventExecuteError10 Execution stopped because an error happend
PsrLogbookEventDuplicate11 Object duplicated (Migrated from Password Safe V7)
PsrLogbookEventMove12 Object moved (Migrated from Password Safe V7)
PsrLogbookEventExport13 Object exported (Migrated from Password Safe V7)
PsrLogbookEventImport14 Object imported (Migrated from Password Safe V7)
PsrLogbookEventCopyToClipboard15 Copy to clipboard (Migrated from Password Safe V7)
PsrLogbookEventCallWebsite16 Website opened (Migrated from Password Safe V7)
PsrLogbookEventEvents17 Workflow entry executed (Migrated from Password Safe V7)
PsrLogbookEventDbUserChange18 Database user changed (Migrated from Password Safe V7)
PsrLogbookEventOfflineMode19 Offline mode synchronisation (Migrated from Password Safe V7)
PsrLogbookEventDatabaseOptions20 Database option changed (Migrated from Password Safe V7)
PsrLogbookEventSealRequest21 Seal request
PsrLogbookEventSealReaction22 Seal reqction
PsrLogbookEventSealBreak23 Seal broken
PsrLogbookEventMultifactorAuthRemoved24 Multi-factor authentication removed from a user
PsrLogbookEventMultifactorAuthAdded25 Multi-factor authentication added to a user
PsrLogbookEventApplicationRecordingAccepted26 Application recording was allowed
PsrLogbookEventLogbookCleanup27 Logbook entries were cleaned up automatically
PsrLogbookEventNotificationCleanup28 Notifications were cleaned up automatically
PsrLogbookEventApplicationRecordCleanup29 Session recordings were cleaned up automatically
PsrLogbookEventDocumentHistoryCleanup30 Document history entries were cleaned up automatically
PsrLogbookEventExecuteRoleback31 Rollback execution finished
PsrLogbookEventExecuteErrorRoleback32 Rollback execution failed
PsrLogbookEventCredentialCheckCorrect33 Credential check for password passed
PsrLogbookEventCredentialCheckIncorrect34 Credential check for password failed
PsrLogbookEventExecuteErrorCredentialCheck35 Error happened while execution of credential check failed
PsrLogbookEventPasswordResetBlocked36 The execution of a Password Reset will be blocked for one day
See Also