pub struct ReactorStatus {Show 17 fields
pub advanced_identity_providers: Option<ReactorFeatureStatus>,
pub advanced_lambdas: Option<ReactorFeatureStatus>,
pub advanced_multi_factor_authentication: Option<ReactorFeatureStatus>,
pub advanced_registration: Option<ReactorFeatureStatus>,
pub application_multi_factor_authentication: Option<ReactorFeatureStatus>,
pub application_themes: Option<ReactorFeatureStatus>,
pub breached_password_detection: Option<ReactorFeatureStatus>,
pub connectors: Option<ReactorFeatureStatus>,
pub entity_management: Option<ReactorFeatureStatus>,
pub expiration: Option<String>,
pub license_attributes: Option<HashMap<String, String>>,
pub licensed: Option<bool>,
pub scim_server: Option<ReactorFeatureStatus>,
pub threat_detection: Option<ReactorFeatureStatus>,
pub web_authn: Option<ReactorFeatureStatus>,
pub web_authn_platform_authenticators: Option<ReactorFeatureStatus>,
pub web_authn_roaming_authenticators: Option<ReactorFeatureStatus>,
}
Expand description
ReactorStatus :
Fields§
§advanced_identity_providers: Option<ReactorFeatureStatus>
§advanced_lambdas: Option<ReactorFeatureStatus>
§advanced_multi_factor_authentication: Option<ReactorFeatureStatus>
§advanced_registration: Option<ReactorFeatureStatus>
§application_multi_factor_authentication: Option<ReactorFeatureStatus>
§application_themes: Option<ReactorFeatureStatus>
§breached_password_detection: Option<ReactorFeatureStatus>
§connectors: Option<ReactorFeatureStatus>
§entity_management: Option<ReactorFeatureStatus>
§expiration: Option<String>
A date without a time-zone in the ISO-8601 calendar system, such as 2007-12-03.
license_attributes: Option<HashMap<String, String>>
§licensed: Option<bool>
§scim_server: Option<ReactorFeatureStatus>
§threat_detection: Option<ReactorFeatureStatus>
§web_authn: Option<ReactorFeatureStatus>
§web_authn_platform_authenticators: Option<ReactorFeatureStatus>
§web_authn_roaming_authenticators: Option<ReactorFeatureStatus>
Implementations§
source§impl ReactorStatus
impl ReactorStatus
sourcepub fn new() -> ReactorStatus
pub fn new() -> ReactorStatus
Trait Implementations§
source§impl Clone for ReactorStatus
impl Clone for ReactorStatus
source§fn clone(&self) -> ReactorStatus
fn clone(&self) -> ReactorStatus
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 ReactorStatus
impl Debug for ReactorStatus
source§impl Default for ReactorStatus
impl Default for ReactorStatus
source§fn default() -> ReactorStatus
fn default() -> ReactorStatus
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReactorStatus
impl<'de> Deserialize<'de> for ReactorStatus
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
source§impl PartialEq for ReactorStatus
impl PartialEq for ReactorStatus
source§fn eq(&self, other: &ReactorStatus) -> bool
fn eq(&self, other: &ReactorStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ReactorStatus
impl Serialize for ReactorStatus
impl StructuralPartialEq for ReactorStatus
Auto Trait Implementations§
impl RefUnwindSafe for ReactorStatus
impl Send for ReactorStatus
impl Sync for ReactorStatus
impl Unpin for ReactorStatus
impl UnwindSafe for ReactorStatus
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