Struct kanidm_proto::internal::CUStatus
source · pub struct CUStatus {Show 17 fields
pub spn: String,
pub displayname: String,
pub ext_cred_portal: CUExtPortal,
pub mfaregstate: CURegState,
pub can_commit: bool,
pub warnings: Vec<CURegWarning>,
pub primary: Option<CredentialDetail>,
pub primary_state: CUCredState,
pub passkeys: Vec<PasskeyDetail>,
pub passkeys_state: CUCredState,
pub attested_passkeys: Vec<PasskeyDetail>,
pub attested_passkeys_state: CUCredState,
pub attested_passkeys_allowed_devices: Vec<String>,
pub unixcred: Option<CredentialDetail>,
pub unixcred_state: CUCredState,
pub sshkeys: BTreeMap<String, SshPublicKey>,
pub sshkeys_state: CUCredState,
}
Fields§
§spn: String
§displayname: String
§ext_cred_portal: CUExtPortal
§mfaregstate: CURegState
§can_commit: bool
§warnings: Vec<CURegWarning>
§primary: Option<CredentialDetail>
§primary_state: CUCredState
§passkeys: Vec<PasskeyDetail>
§passkeys_state: CUCredState
§attested_passkeys: Vec<PasskeyDetail>
§attested_passkeys_state: CUCredState
§attested_passkeys_allowed_devices: Vec<String>
§unixcred: Option<CredentialDetail>
§unixcred_state: CUCredState
§sshkeys: BTreeMap<String, SshPublicKey>
§sshkeys_state: CUCredState
Trait Implementations§
source§impl<'de> Deserialize<'de> for CUStatus
impl<'de> Deserialize<'de> for CUStatus
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
Auto Trait Implementations§
impl Freeze for CUStatus
impl RefUnwindSafe for CUStatus
impl Send for CUStatus
impl Sync for CUStatus
impl Unpin for CUStatus
impl UnwindSafe for CUStatus
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
)