Private/Types/enums/ConnectionLogMessage.generated.psm1

enum ConnectionLogMessage
{
    Unknown = 0
    Info = 1
    Warning = 2
    Error = 3
    OpenConnection = 4
    AddConnection = 5
    EditConnection = 6
    DeleteConnection = 7
    OpenVPN = 8
    CloseVPN = 9
    CredentialsSentToPlugin = 10
    Comment = 11
    ExportedConnection = 12
    UserAdded = 13
    UserDeleted = 14
    UserEdited = 15
    SecurityGroupAdded = 16
    SecurityGroupDeleted = 17
    SecurityGroupEdited = 18
    RoleAdded = 19
    RoleDeleted = 20
    RoleEdited = 21
    MacroScriptTool = 22
    ExportedDocuments = 23
    KeyAgentKeyUsed = 24
    ReportOpened = 25
    RepositoryAdded = 26
    RepositoryDeleted = 27
    RepositoryEdited = 28
    AttachmentAdded = 29
    AttachmentDeleted = 30
    AttachmentEdited = 31
    AttachmentDocumentUpdated = 32
    AttachmentOpened = 33
    ActivityLogCleared = 34
    DeletedEntryCleared = 35
    EntryHistoryCleared = 36
    DataSourcePermissionChanged = 37
    ServerPropertiesViewed = 38
    ServerPropertiesEdited = 39
    ServerUpdated = 40
    DocumentUpdated = 41
    PasswordViewed = 43
    PasswordChanged = 44
    ConnectionStringViewed = 45
    PasswordHistoryCleared = 46
    ConnectionViewed = 47
    ShortcutAdded = 48
    ShortcutDeleted = 49
    PasswordTemplateAdded = 50
    PasswordTemplateEdited = 51
    PasswordTemplateDeleted = 52
    ResetPassword = 53
    Checkout = 54
    Checkin = 55
    PermissionChanged = 56
    Validation = 57
    PamPasswordViewed = 58
    PamCredentialAdded = 59
    PamCredentialEdited = 60
    PamCredentialDeleted = 61
    TypingMacroExecuted = 62
    TerminalScriptExecuted = 63
    ConnectionCopied = 64
    ConnectionHistoryVersionReset = 65
    AccessDenied = 66
    PamCertificateViewed = 67
    PamTagAdded = 68
    PamTagRead = 69
    PamTagEdited = 70
    PamTagDeleted = 71
    PamTagDeleteAssociatedTags = 72
    PamTagDeleteUnusedTags = 73
    PamResetPasswordScheduleAdded = 74
    PamResetPasswordScheduleRead = 75
    PamResetPasswordScheduleEdited = 76
    PamResetPasswordScheduleDeleted = 77
    PamPasswordUpdated = 78
    PamFolderAdded = 79
    PamFolderRead = 80
    PamFolderEdited = 81
    PamFolderDeleted = 82
    PamCredentialRead = 83
    PamCheckoutAdded = 84
    PamCheckoutRead = 85
    PamCheckoutEdited = 86
    PamCheckoutDeleted = 87
    PamCheckoutStatusChanged = 88
    PamCheckoutAborted = 89
    PamCheckoutExpired = 90
    UserResetPassword = 91
    PamPasswordHistoryViewed = 92
    LicenseAdded = 93
    LicenseDeleted = 94
    LicenseEdited = 95
    PamCheckoutEnded = 96
    PamCheckoutApproved = 97
    PamCheckoutDenied = 98
    PamCheckoutActive = 99
    SessionRecordingViewed = 100
    UsernameViewed = 101
    DomainViewed = 102
    UserLicenseAssigned = 103
    UserLicenseUnassigned = 104
    PamCredentialSync = 105
    PamPasswordReset = 106
    PamPasswordBrokering = 107
    RecordingInterrupted = 108
    ExportedAllConnections = 109
    PamFolderExported = 110
    VaultMasterPasswordChanged = 111
    OneTimePasswordViewed = 112
    PamCheckoutCancelled = 113
    PamCheckoutForcedCheckin = 114
    UserLocked = 115
    TemporaryAccessRequestSent = 116
    TemporaryAccessRequestApproved = 117
    TemporaryAccessRequestCancelled = 118
    TemporaryAccessRequestDenied = 119
    AddTemplate = 120
    EditTemplate = 121
    DeleteTemplate = 122
    PamCheckoutPolicyAdded = 123
    PamCheckoutPolicyEdited = 124
    PamCheckoutPolicyDeleted = 125
    SensitiveDataViewed = 126
    PamOtpTemplateAdded = 127
    PamOtpTemplateEdited = 128
    PamOtpTemplateDeleted = 129
    PamPasswordPropagation = 130
    EntryResurrectionFailed = 131
}