#[repr(i64)]pub enum EventType {
Show 77 variants
User_LoggedIn = 1_000,
User_ChangedPassword = 1_001,
User_Updated2fa = 1_002,
User_Disabled2fa = 1_003,
User_Recovered2fa = 1_004,
User_FailedLogIn = 1_005,
User_FailedLogIn2fa = 1_006,
User_ClientExportedVault = 1_007,
User_UpdatedTempPassword = 1_008,
User_MigratedKeyToKeyConnector = 1_009,
User_RequestedDeviceApproval = 1_010,
User_TdeOffboardingPasswordSet = 1_011,
Cipher_Created = 1_100,
Cipher_Updated = 1_101,
Cipher_Deleted = 1_102,
Cipher_AttachmentCreated = 1_103,
Cipher_AttachmentDeleted = 1_104,
Cipher_Shared = 1_105,
Cipher_UpdatedCollections = 1_106,
Cipher_ClientViewed = 1_107,
Cipher_ClientToggledPasswordVisible = 1_108,
Cipher_ClientToggledHiddenFieldVisible = 1_109,
Cipher_ClientToggledCardCodeVisible = 1_110,
Cipher_ClientCopiedPassword = 1_111,
Cipher_ClientCopiedHiddenField = 1_112,
Cipher_ClientCopiedCardCode = 1_113,
Cipher_ClientAutofilled = 1_114,
Cipher_SoftDeleted = 1_115,
Cipher_Restored = 1_116,
Cipher_ClientToggledCardNumberVisible = 1_117,
Collection_Created = 1_300,
Collection_Updated = 1_301,
Collection_Deleted = 1_302,
Group_Created = 1_400,
Group_Updated = 1_401,
Group_Deleted = 1_402,
OrganizationUser_Invited = 1_500,
OrganizationUser_Confirmed = 1_501,
OrganizationUser_Updated = 1_502,
OrganizationUser_Removed = 1_503,
OrganizationUser_UpdatedGroups = 1_504,
OrganizationUser_UnlinkedSso = 1_505,
OrganizationUser_ResetPassword_Enroll = 1_506,
OrganizationUser_ResetPassword_Withdraw = 1_507,
OrganizationUser_AdminResetPassword = 1_508,
OrganizationUser_ResetSsoLink = 1_509,
OrganizationUser_FirstSsoLogin = 1_510,
OrganizationUser_Revoked = 1_511,
OrganizationUser_Restored = 1_512,
OrganizationUser_ApprovedAuthRequest = 1_513,
OrganizationUser_RejectedAuthRequest = 1_514,
OrganizationUser_Deleted = 1_515,
OrganizationUser_Left = 1_516,
Organization_Updated = 1_600,
Organization_PurgedVault = 1_601,
Organization_ClientExportedVault = 1_602,
Organization_VaultAccessed = 1_603,
Organization_EnabledSso = 1_604,
Organization_DisabledSso = 1_605,
Organization_EnabledKeyConnector = 1_606,
Organization_DisabledKeyConnector = 1_607,
Organization_SponsorshipsSynced = 1_608,
Organization_CollectionManagement_Updated = 1_609,
Policy_Updated = 1_700,
ProviderUser_Invited = 1_800,
ProviderUser_Confirmed = 1_801,
ProviderUser_Updated = 1_802,
ProviderUser_Removed = 1_803,
ProviderOrganization_Created = 1_900,
ProviderOrganization_Added = 1_901,
ProviderOrganization_Removed = 1_902,
ProviderOrganization_VaultAccessed = 1_903,
OrganizationDomain_Added = 2_000,
OrganizationDomain_Removed = 2_001,
OrganizationDomain_Verified = 2_002,
OrganizationDomain_NotVerified = 2_003,
Secret_Retrieved = 2_100,
}
Expand description
Variants§
User_LoggedIn = 1_000
User_ChangedPassword = 1_001
User_Updated2fa = 1_002
User_Disabled2fa = 1_003
User_Recovered2fa = 1_004
User_FailedLogIn = 1_005
User_FailedLogIn2fa = 1_006
User_ClientExportedVault = 1_007
User_UpdatedTempPassword = 1_008
User_MigratedKeyToKeyConnector = 1_009
User_RequestedDeviceApproval = 1_010
User_TdeOffboardingPasswordSet = 1_011
Cipher_Created = 1_100
Cipher_Updated = 1_101
Cipher_Deleted = 1_102
Cipher_AttachmentCreated = 1_103
Cipher_AttachmentDeleted = 1_104
Cipher_UpdatedCollections = 1_106
Cipher_ClientViewed = 1_107
Cipher_ClientToggledPasswordVisible = 1_108
Cipher_ClientToggledHiddenFieldVisible = 1_109
Cipher_ClientToggledCardCodeVisible = 1_110
Cipher_ClientCopiedPassword = 1_111
Cipher_ClientCopiedHiddenField = 1_112
Cipher_ClientCopiedCardCode = 1_113
Cipher_ClientAutofilled = 1_114
Cipher_SoftDeleted = 1_115
Cipher_Restored = 1_116
Cipher_ClientToggledCardNumberVisible = 1_117
Collection_Created = 1_300
Collection_Updated = 1_301
Collection_Deleted = 1_302
Group_Created = 1_400
Group_Updated = 1_401
Group_Deleted = 1_402
OrganizationUser_Invited = 1_500
OrganizationUser_Confirmed = 1_501
OrganizationUser_Updated = 1_502
OrganizationUser_Removed = 1_503
OrganizationUser_UpdatedGroups = 1_504
OrganizationUser_UnlinkedSso = 1_505
OrganizationUser_ResetPassword_Enroll = 1_506
OrganizationUser_ResetPassword_Withdraw = 1_507
OrganizationUser_AdminResetPassword = 1_508
OrganizationUser_ResetSsoLink = 1_509
OrganizationUser_FirstSsoLogin = 1_510
OrganizationUser_Revoked = 1_511
OrganizationUser_Restored = 1_512
OrganizationUser_ApprovedAuthRequest = 1_513
OrganizationUser_RejectedAuthRequest = 1_514
OrganizationUser_Deleted = 1_515
OrganizationUser_Left = 1_516
Organization_Updated = 1_600
Organization_PurgedVault = 1_601
Organization_ClientExportedVault = 1_602
Organization_VaultAccessed = 1_603
Organization_EnabledSso = 1_604
Organization_DisabledSso = 1_605
Organization_EnabledKeyConnector = 1_606
Organization_DisabledKeyConnector = 1_607
Organization_SponsorshipsSynced = 1_608
Organization_CollectionManagement_Updated = 1_609
Policy_Updated = 1_700
ProviderUser_Invited = 1_800
ProviderUser_Confirmed = 1_801
ProviderUser_Updated = 1_802
ProviderUser_Removed = 1_803
ProviderOrganization_Created = 1_900
ProviderOrganization_Added = 1_901
ProviderOrganization_Removed = 1_902
ProviderOrganization_VaultAccessed = 1_903
OrganizationDomain_Added = 2_000
OrganizationDomain_Removed = 2_001
OrganizationDomain_Verified = 2_002
OrganizationDomain_NotVerified = 2_003
Secret_Retrieved = 2_100
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventType
impl<'de> Deserialize<'de> for EventType
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for EventType
impl Ord for EventType
Source§impl PartialOrd for EventType
impl PartialOrd for EventType
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.