Struct aws_sdk_grafana::model::SamlAuthentication
source · [−]#[non_exhaustive]pub struct SamlAuthentication { /* private fields */ }
Expand description
A structure containing information about how this workspace works with SAML.
Implementations
sourceimpl SamlAuthentication
impl SamlAuthentication
sourcepub fn status(&self) -> Option<&SamlConfigurationStatus>
pub fn status(&self) -> Option<&SamlConfigurationStatus>
Specifies whether the workspace's SAML configuration is complete.
sourcepub fn configuration(&self) -> Option<&SamlConfiguration>
pub fn configuration(&self) -> Option<&SamlConfiguration>
A structure containing details about how this workspace works with SAML.
sourceimpl SamlAuthentication
impl SamlAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SamlAuthentication
.
Trait Implementations
sourceimpl Clone for SamlAuthentication
impl Clone for SamlAuthentication
sourcefn clone(&self) -> SamlAuthentication
fn clone(&self) -> SamlAuthentication
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SamlAuthentication
impl Debug for SamlAuthentication
sourceimpl PartialEq<SamlAuthentication> for SamlAuthentication
impl PartialEq<SamlAuthentication> for SamlAuthentication
sourcefn eq(&self, other: &SamlAuthentication) -> bool
fn eq(&self, other: &SamlAuthentication) -> bool
impl StructuralPartialEq for SamlAuthentication
Auto Trait Implementations
impl RefUnwindSafe for SamlAuthentication
impl Send for SamlAuthentication
impl Sync for SamlAuthentication
impl Unpin for SamlAuthentication
impl UnwindSafe for SamlAuthentication
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more