pub enum EventActions {
Show 27 variants
Login,
LoginFailed,
Logout,
UserWrite,
SuspiciousRequest,
PasswordSet,
SecretView,
SecretRotate,
InvitationUsed,
AuthorizeApplication,
SourceLinked,
ImpersonationStarted,
ImpersonationEnded,
FlowExecution,
PolicyExecution,
PolicyException,
PropertyMappingException,
SystemTaskExecution,
SystemTaskException,
SystemException,
ConfigurationError,
ModelCreated,
ModelUpdated,
ModelDeleted,
EmailSent,
UpdateAvailable,
Custom,
}
Expand description
EventActions : * login
- Login * login_failed
- Login Failed * logout
- Logout * user_write
- User Write * suspicious_request
- Suspicious Request * password_set
- Password Set * secret_view
- Secret View * secret_rotate
- Secret Rotate * invitation_used
- Invite Used * authorize_application
- Authorize Application * source_linked
- Source Linked * impersonation_started
- Impersonation Started * impersonation_ended
- Impersonation Ended * flow_execution
- Flow Execution * policy_execution
- Policy Execution * policy_exception
- Policy Exception * property_mapping_exception
- Property Mapping Exception * system_task_execution
- System Task Execution * system_task_exception
- System Task Exception * system_exception
- System Exception * configuration_error
- Configuration Error * model_created
- Model Created * model_updated
- Model Updated * model_deleted
- Model Deleted * email_sent
- Email Sent * update_available
- Update Available * custom_
- Custom Prefix
login
- Login *login_failed
- Login Failed *logout
- Logout *user_write
- User Write *suspicious_request
- Suspicious Request *password_set
- Password Set *secret_view
- Secret View *secret_rotate
- Secret Rotate *invitation_used
- Invite Used *authorize_application
- Authorize Application *source_linked
- Source Linked *impersonation_started
- Impersonation Started *impersonation_ended
- Impersonation Ended *flow_execution
- Flow Execution *policy_execution
- Policy Execution *policy_exception
- Policy Exception *property_mapping_exception
- Property Mapping Exception *system_task_execution
- System Task Execution *system_task_exception
- System Task Exception *system_exception
- System Exception *configuration_error
- Configuration Error *model_created
- Model Created *model_updated
- Model Updated *model_deleted
- Model Deleted *email_sent
- Email Sent *update_available
- Update Available *custom_
- Custom Prefix
Variants§
Login
LoginFailed
Logout
UserWrite
SuspiciousRequest
PasswordSet
SecretView
SecretRotate
InvitationUsed
AuthorizeApplication
SourceLinked
ImpersonationStarted
ImpersonationEnded
FlowExecution
PolicyExecution
PolicyException
PropertyMappingException
SystemTaskExecution
SystemTaskException
SystemException
ConfigurationError
ModelCreated
ModelUpdated
ModelDeleted
EmailSent
UpdateAvailable
Custom
Trait Implementations§
Source§impl Clone for EventActions
impl Clone for EventActions
Source§fn clone(&self) -> EventActions
fn clone(&self) -> EventActions
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for EventActions
impl Debug for EventActions
Source§impl Default for EventActions
impl Default for EventActions
Source§fn default() -> EventActions
fn default() -> EventActions
Source§impl<'de> Deserialize<'de> for EventActions
impl<'de> Deserialize<'de> for EventActions
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>,
Source§impl Hash for EventActions
impl Hash for EventActions
Source§impl Ord for EventActions
impl Ord for EventActions
Source§fn cmp(&self, other: &EventActions) -> Ordering
fn cmp(&self, other: &EventActions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for EventActions
impl PartialEq for EventActions
Source§impl PartialOrd for EventActions
impl PartialOrd for EventActions
Source§impl Serialize for EventActions
impl Serialize for EventActions
Source§impl ToString for EventActions
impl ToString for EventActions
impl Copy for EventActions
impl Eq for EventActions
impl StructuralPartialEq for EventActions
Auto Trait Implementations§
impl Freeze for EventActions
impl RefUnwindSafe for EventActions
impl Send for EventActions
impl Sync for EventActions
impl Unpin for EventActions
impl UnwindSafe for EventActions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.