pub enum EventType {
Show 105 variants
User_LoggedIn,
User_ChangedPassword,
User_Updated2fa,
User_Disabled2fa,
User_Recovered2fa,
User_FailedLogIn,
User_FailedLogIn2fa,
User_ClientExportedVault,
User_UpdatedTempPassword,
User_MigratedKeyToKeyConnector,
User_RequestedDeviceApproval,
User_TdeOffboardingPasswordSet,
Cipher_Created,
Cipher_Updated,
Cipher_Deleted,
Cipher_AttachmentCreated,
Cipher_AttachmentDeleted,
Cipher_Shared,
Cipher_UpdatedCollections,
Cipher_ClientViewed,
Cipher_ClientToggledPasswordVisible,
Cipher_ClientToggledHiddenFieldVisible,
Cipher_ClientToggledCardCodeVisible,
Cipher_ClientCopiedPassword,
Cipher_ClientCopiedHiddenField,
Cipher_ClientCopiedCardCode,
Cipher_ClientAutofilled,
Cipher_SoftDeleted,
Cipher_Restored,
Cipher_ClientToggledCardNumberVisible,
Collection_Created,
Collection_Updated,
Collection_Deleted,
Group_Created,
Group_Updated,
Group_Deleted,
OrganizationUser_Invited,
OrganizationUser_Confirmed,
OrganizationUser_Updated,
OrganizationUser_Removed,
OrganizationUser_UpdatedGroups,
OrganizationUser_UnlinkedSso,
OrganizationUser_ResetPassword_Enroll,
OrganizationUser_ResetPassword_Withdraw,
OrganizationUser_AdminResetPassword,
OrganizationUser_ResetSsoLink,
OrganizationUser_FirstSsoLogin,
OrganizationUser_Revoked,
OrganizationUser_Restored,
OrganizationUser_ApprovedAuthRequest,
OrganizationUser_RejectedAuthRequest,
OrganizationUser_Deleted,
OrganizationUser_Left,
OrganizationUser_AutomaticallyConfirmed,
OrganizationUser_SelfRevoked,
Organization_Updated,
Organization_PurgedVault,
Organization_ClientExportedVault,
Organization_VaultAccessed,
Organization_EnabledSso,
Organization_DisabledSso,
Organization_EnabledKeyConnector,
Organization_DisabledKeyConnector,
Organization_SponsorshipsSynced,
Organization_CollectionManagement_Updated,
Organization_CollectionManagement_LimitCollectionCreationEnabled,
Organization_CollectionManagement_LimitCollectionCreationDisabled,
Organization_CollectionManagement_LimitCollectionDeletionEnabled,
Organization_CollectionManagement_LimitCollectionDeletionDisabled,
Organization_CollectionManagement_LimitItemDeletionEnabled,
Organization_CollectionManagement_LimitItemDeletionDisabled,
Organization_CollectionManagement_AllowAdminAccessToAllCollectionItemsEnabled,
Organization_CollectionManagement_AllowAdminAccessToAllCollectionItemsDisabled,
Organization_ItemOrganization_Accepted,
Organization_ItemOrganization_Declined,
Policy_Updated,
ProviderUser_Invited,
ProviderUser_Confirmed,
ProviderUser_Updated,
ProviderUser_Removed,
ProviderOrganization_Created,
ProviderOrganization_Added,
ProviderOrganization_Removed,
ProviderOrganization_VaultAccessed,
OrganizationDomain_Added,
OrganizationDomain_Removed,
OrganizationDomain_Verified,
OrganizationDomain_NotVerified,
Secret_Retrieved,
Secret_Created,
Secret_Edited,
Secret_Deleted,
Secret_Permanently_Deleted,
Secret_Restored,
Project_Retrieved,
Project_Created,
Project_Edited,
Project_Deleted,
ServiceAccount_UserAdded,
ServiceAccount_UserRemoved,
ServiceAccount_GroupAdded,
ServiceAccount_GroupRemoved,
ServiceAccount_Created,
ServiceAccount_Deleted,
__Unknown(i64),
}Expand description
Variants§
User_LoggedIn
User_ChangedPassword
User_Updated2fa
User_Disabled2fa
User_Recovered2fa
User_FailedLogIn
User_FailedLogIn2fa
User_ClientExportedVault
User_UpdatedTempPassword
User_MigratedKeyToKeyConnector
User_RequestedDeviceApproval
User_TdeOffboardingPasswordSet
Cipher_Created
Cipher_Updated
Cipher_Deleted
Cipher_AttachmentCreated
Cipher_AttachmentDeleted
Cipher_UpdatedCollections
Cipher_ClientViewed
Cipher_ClientToggledPasswordVisible
Cipher_ClientToggledHiddenFieldVisible
Cipher_ClientToggledCardCodeVisible
Cipher_ClientCopiedPassword
Cipher_ClientCopiedHiddenField
Cipher_ClientCopiedCardCode
Cipher_ClientAutofilled
Cipher_SoftDeleted
Cipher_Restored
Cipher_ClientToggledCardNumberVisible
Collection_Created
Collection_Updated
Collection_Deleted
Group_Created
Group_Updated
Group_Deleted
OrganizationUser_Invited
OrganizationUser_Confirmed
OrganizationUser_Updated
OrganizationUser_Removed
OrganizationUser_UpdatedGroups
OrganizationUser_UnlinkedSso
OrganizationUser_ResetPassword_Enroll
OrganizationUser_ResetPassword_Withdraw
OrganizationUser_AdminResetPassword
OrganizationUser_ResetSsoLink
OrganizationUser_FirstSsoLogin
OrganizationUser_Revoked
OrganizationUser_Restored
OrganizationUser_ApprovedAuthRequest
OrganizationUser_RejectedAuthRequest
OrganizationUser_Deleted
OrganizationUser_Left
OrganizationUser_AutomaticallyConfirmed
OrganizationUser_SelfRevoked
Organization_Updated
Organization_PurgedVault
Organization_ClientExportedVault
Organization_VaultAccessed
Organization_EnabledSso
Organization_DisabledSso
Organization_EnabledKeyConnector
Organization_DisabledKeyConnector
Organization_SponsorshipsSynced
Organization_CollectionManagement_Updated
Organization_CollectionManagement_LimitCollectionCreationEnabled
Organization_CollectionManagement_LimitCollectionCreationDisabled
Organization_CollectionManagement_LimitCollectionDeletionEnabled
Organization_CollectionManagement_LimitCollectionDeletionDisabled
Organization_CollectionManagement_LimitItemDeletionEnabled
Organization_CollectionManagement_LimitItemDeletionDisabled
Organization_CollectionManagement_AllowAdminAccessToAllCollectionItemsEnabled
Organization_CollectionManagement_AllowAdminAccessToAllCollectionItemsDisabled
Organization_ItemOrganization_Accepted
Organization_ItemOrganization_Declined
Policy_Updated
ProviderUser_Invited
ProviderUser_Confirmed
ProviderUser_Updated
ProviderUser_Removed
ProviderOrganization_Created
ProviderOrganization_Added
ProviderOrganization_Removed
ProviderOrganization_VaultAccessed
OrganizationDomain_Added
OrganizationDomain_Removed
OrganizationDomain_Verified
OrganizationDomain_NotVerified
Secret_Retrieved
Secret_Created
Secret_Edited
Secret_Deleted
Secret_Permanently_Deleted
Secret_Restored
Project_Retrieved
Project_Created
Project_Edited
Project_Deleted
ServiceAccount_UserAdded
ServiceAccount_UserRemoved
ServiceAccount_GroupAdded
ServiceAccount_GroupRemoved
ServiceAccount_Created
ServiceAccount_Deleted
__Unknown(i64)
Unknown value returned from the server. This is used to handle forward compatibility.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventType
impl<'de> Deserialize<'de> for EventType
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
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§
§impl<T> AnySync for T
impl<T> AnySync for T
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.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.