pub struct TenantSsoConfiguration {
pub allow_access_token_bootstrap: Option<bool>,
pub device_trust_time_to_live_in_seconds: Option<i32>,
}
Expand description
TenantSsoConfiguration :
Fields§
§allow_access_token_bootstrap: Option<bool>
§device_trust_time_to_live_in_seconds: Option<i32>
Implementations§
Source§impl TenantSsoConfiguration
impl TenantSsoConfiguration
Sourcepub fn new() -> TenantSsoConfiguration
pub fn new() -> TenantSsoConfiguration
Trait Implementations§
Source§impl Clone for TenantSsoConfiguration
impl Clone for TenantSsoConfiguration
Source§fn clone(&self) -> TenantSsoConfiguration
fn clone(&self) -> TenantSsoConfiguration
Returns a duplicate 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 TenantSsoConfiguration
impl Debug for TenantSsoConfiguration
Source§impl Default for TenantSsoConfiguration
impl Default for TenantSsoConfiguration
Source§fn default() -> TenantSsoConfiguration
fn default() -> TenantSsoConfiguration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TenantSsoConfiguration
impl<'de> Deserialize<'de> for TenantSsoConfiguration
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 TenantSsoConfiguration
impl PartialEq for TenantSsoConfiguration
Source§impl Serialize for TenantSsoConfiguration
impl Serialize for TenantSsoConfiguration
impl StructuralPartialEq for TenantSsoConfiguration
Auto Trait Implementations§
impl Freeze for TenantSsoConfiguration
impl RefUnwindSafe for TenantSsoConfiguration
impl Send for TenantSsoConfiguration
impl Sync for TenantSsoConfiguration
impl Unpin for TenantSsoConfiguration
impl UnwindSafe for TenantSsoConfiguration
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