| PsrLogbookEvent Enumeration | 
  
    Namespace: 
   PsrApi.Data.Enums
    Assembly:
   PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
 Syntax
Syntaxpublic enum PsrLogbookEvent
 Members
Members|  | Member name | Value | Description | 
|---|
|  | PsrLogbookEventNew | 0 | New | 
|  | PsrLogbookEventShow | 1 | Shown | 
|  | PsrLogbookEventChange | 2 | Changed | 
|  | PsrLogbookEventDelete | 3 | Deleted | 
|  | PsrLogbookEventPrint | 4 | Printed | 
|  | PsrLogbookEventRights | 5 | Rights have changed | 
|  | PsrLogbookEventLogin | 6 | Login | 
|  | PsrLogbookEventLogout | 7 | Logout | 
|  | PsrLogbookEventExecute | 8 | Execution | 
|  | PsrLogbookEventExecuteStop | 9 | Execution stopped | 
|  | PsrLogbookEventExecuteError | 10 | Execution stopped because an error happend | 
|  | PsrLogbookEventDuplicate | 11 | Object duplicated
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventMove | 12 | Object moved
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventExport | 13 | Object exported
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventImport | 14 | Object imported
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventCopyToClipboard | 15 | Copy to clipboard
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventCallWebsite | 16 | Website opened
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventEvents | 17 | Workflow entry executed
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventDbUserChange | 18 | Database user changed
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventOfflineMode | 19 | Offline mode synchronisation
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventDatabaseOptions | 20 | Database option changed
                (Migrated from Password Safe V7) | 
|  | PsrLogbookEventSealRequest | 21 | Seal request | 
|  | PsrLogbookEventSealReaction | 22 | Seal reqction | 
|  | PsrLogbookEventSealBreak | 23 | Seal broken | 
|  | PsrLogbookEventMultifactorAuthRemoved | 24 | Multi-factor authentication removed from a user | 
|  | PsrLogbookEventMultifactorAuthAdded | 25 | Multi-factor authentication added to a user | 
|  | PsrLogbookEventApplicationRecordingAccepted | 26 | Application recording was allowed | 
|  | PsrLogbookEventLogbookCleanup | 27 | Logbook entries were cleaned up automatically | 
|  | PsrLogbookEventNotificationCleanup | 28 | Notifications were cleaned up automatically | 
|  | PsrLogbookEventApplicationRecordCleanup | 29 | Session recordings were cleaned up automatically | 
|  | PsrLogbookEventDocumentHistoryCleanup | 30 | Document history entries were cleaned up automatically | 
|  | PsrLogbookEventExecuteRoleback | 31 | Rollback execution finished | 
|  | PsrLogbookEventExecuteErrorRoleback | 32 | Rollback execution failed | 
|  | PsrLogbookEventCredentialCheckCorrect | 33 | Credential check for password passed | 
|  | PsrLogbookEventCredentialCheckIncorrect | 34 | Credential check for password failed | 
|  | PsrLogbookEventExecuteErrorCredentialCheck | 35 | Error happened while execution of credential check failed | 
|  | PsrLogbookEventPasswordResetBlocked | 36 | The execution of a Password Reset will be blocked for one day | 
 See Also
See Also