pub enum ScimAuditEventKind {
TokenGenerated,
UserProvisioned,
UserDeprovisioned,
BulkFailed,
BulkRolledBack,
}Expand description
SCIM audit event kind.
Variants§
TokenGenerated
Management token generated or rotated.
UserProvisioned
User created or linked via SCIM.
UserDeprovisioned
User deleted or unlinked via SCIM.
BulkFailed
A bulk operation returned an error status.
BulkRolledBack
An atomic bulk request rolled back prior operations.
Trait Implementations§
Source§impl Clone for ScimAuditEventKind
impl Clone for ScimAuditEventKind
Source§fn clone(&self) -> ScimAuditEventKind
fn clone(&self) -> ScimAuditEventKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScimAuditEventKind
Source§impl Debug for ScimAuditEventKind
impl Debug for ScimAuditEventKind
impl Eq for ScimAuditEventKind
Source§impl PartialEq for ScimAuditEventKind
impl PartialEq for ScimAuditEventKind
Source§fn eq(&self, other: &ScimAuditEventKind) -> bool
fn eq(&self, other: &ScimAuditEventKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScimAuditEventKind
Auto Trait Implementations§
impl Freeze for ScimAuditEventKind
impl RefUnwindSafe for ScimAuditEventKind
impl Send for ScimAuditEventKind
impl Sync for ScimAuditEventKind
impl Unpin for ScimAuditEventKind
impl UnsafeUnpin for ScimAuditEventKind
impl UnwindSafe for ScimAuditEventKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
Compare self to
key and return true if they are equal.