pub struct SamlIdentityProviderCreate { /* private fields */ }Implementations§
Source§impl SamlIdentityProviderCreate
impl SamlIdentityProviderCreate
pub fn acs_url<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn group_attribute_name<T>(self, value: T) -> Self
pub fn idp_entity_id<T>(self, value: T) -> Self
pub fn idp_metadata_source<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn signing_keypair<T>(self, value: T) -> Self
pub fn slo_url<T>(self, value: T) -> Self
pub fn sp_client_id<T>(self, value: T) -> Self
pub fn technical_contact_email<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SamlIdentityProviderCreate
impl Clone for SamlIdentityProviderCreate
Source§fn clone(&self) -> SamlIdentityProviderCreate
fn clone(&self) -> SamlIdentityProviderCreate
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 SamlIdentityProviderCreate
impl Debug for SamlIdentityProviderCreate
Source§impl Default for SamlIdentityProviderCreate
impl Default for SamlIdentityProviderCreate
Source§impl From<SamlIdentityProviderCreate> for SamlIdentityProviderCreate
impl From<SamlIdentityProviderCreate> for SamlIdentityProviderCreate
Source§fn from(value: SamlIdentityProviderCreate) -> Self
fn from(value: SamlIdentityProviderCreate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SamlIdentityProviderCreate> for SamlIdentityProviderCreate
impl TryFrom<SamlIdentityProviderCreate> for SamlIdentityProviderCreate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SamlIdentityProviderCreate) -> Result<Self, ConversionError>
fn try_from(value: SamlIdentityProviderCreate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SamlIdentityProviderCreate
impl RefUnwindSafe for SamlIdentityProviderCreate
impl Send for SamlIdentityProviderCreate
impl Sync for SamlIdentityProviderCreate
impl Unpin for SamlIdentityProviderCreate
impl UnsafeUnpin for SamlIdentityProviderCreate
impl UnwindSafe for SamlIdentityProviderCreate
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