Private/Types/enums/ConnectionLogMessageSubType.generated.psm1

enum ConnectionLogMessageSubType
{
    PasswordAnalyzer = 2501
    AdministrationLogs = 2502
    ConnectedUserList = 2503
    ConnectionExpiredEntry = 2504
    DeletedEntries = 2505
    LastUsageLog = 2506
    SharedConnectionLog = 2507
    LoginHistory = 2508
    LoginAttempt = 2509
    ServerLogs = 2510
    OpenedConnections = 2511
    CopiedPasswordToClipboard = 4301
    RequestedForWebEdit = 4302
    DontHaveRight = 6600
    UserIsNotFoundOrIncorrectPassword = 6601
    InvalidAttachmentId = 6602
    CantAccessAnotherUsersRoamingSetting = 6603
    DatabaseUsersAreNotAllowed = 6604
    DomainUsersAreNotAllowed = 6605
    CustomUsersAreNotAllowed = 6606
    LocalMachineUsersAreNotAllowed = 6607
    NotAllowedToSaveUser = 6608
    CannotDeleteEntry = 6609
    InvalidRepositoryId = 6610
    CannotSaveRole = 6611
    NotAllowedToChangePassword = 6612
    NotAllowedToSaveRole = 6613
    IncorrectUserType = 6614
    NotAllowedToManageAttachments = 6615
    NotAllowedToAddInFolder = 6616
    NotAllowedToSaveEntry = 6617
    NotAllowedToDeleteEntry = 6618
    NotAllowedToCheckin = 6619
    NotAllowedToGetTwoFactorInformation = 6620
    NotAllowedToViewAttachment = 6621
    NotTheUsersPrivateVault = 6622
    NotAllowedToDeleteEntryHistory = 6623
    LicenseDoesNotAllowEntryInteraction = 6624
    MustBeAnAdministrator = 6625
    NotAllowedToViewEntry = 6626
    EntryNotFound = 6627
    NoAllowedToViewEntryHistory = 6628
    NotAllowedToCheckoutEntry = 6629
    NotAllowedToGetCheckoutInformation = 6630
    NotAllowedToGetCheckoutsForUser = 6631
    NotAllowedToManageHandbooks = 6632
    NotAllowedToGetHandbookPages = 6633
    NotAllowedToViewLogs = 6634
    NotAllowedToViewPasswordHistory = 6635
    UserSpecificSettingsNotAllowed = 6636
    InvalidConnectionId = 6637
    NotAllowedToViewDeletedEntries = 6638
    NotAllowedToViewTemplates = 6639
    NotAllowedToCopyToClipboard = 6640
    NotAllowedToViewPassword = 6641
    NotAllowedToManageUsers = 6642
    NotAllowedToResetPassword = 6643
    OnlyRecipientCanDeleteAttachement = 6644
    InvalidAccessToken = 6645
    CantReleaseAnotherUsersLock = 6646
    UserDoesNotHaveAccessToVault = 6647
    OnlyRecipientCanSaveSecureAttachment = 6648
    OnlyRecipientCanReadSecureMessage = 6649
    TwoFactorNotConfigured = 6650
}