Struct kanidm_proto::scim_v1::server::ScimAuthSession
source · pub struct ScimAuthSession {
pub id: Uuid,
pub expires: Option<OffsetDateTime>,
pub revoked: Option<OffsetDateTime>,
pub issued_at: OffsetDateTime,
pub issued_by: Uuid,
pub credential_id: Uuid,
pub auth_type: String,
pub session_scope: String,
}
Fields§
§id: Uuid
§expires: Option<OffsetDateTime>
§revoked: Option<OffsetDateTime>
§issued_at: OffsetDateTime
§issued_by: Uuid
§credential_id: Uuid
§auth_type: String
§session_scope: String
Trait Implementations§
source§impl Clone for ScimAuthSession
impl Clone for ScimAuthSession
source§fn clone(&self) -> ScimAuthSession
fn clone(&self) -> ScimAuthSession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ScimAuthSession
impl Debug for ScimAuthSession
source§impl Serialize for ScimAuthSession
impl Serialize for ScimAuthSession
Auto Trait Implementations§
impl Freeze for ScimAuthSession
impl RefUnwindSafe for ScimAuthSession
impl Send for ScimAuthSession
impl Sync for ScimAuthSession
impl Unpin for ScimAuthSession
impl UnwindSafe for ScimAuthSession
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)