Struct aws_sdk_grafana::model::AuthenticationSummary
source · [−]#[non_exhaustive]pub struct AuthenticationSummary { /* private fields */ }
Expand description
A structure that describes whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication, and whether that authentication is fully configured.
Implementations
sourceimpl AuthenticationSummary
impl AuthenticationSummary
sourcepub fn providers(&self) -> Option<&[AuthenticationProviderTypes]>
pub fn providers(&self) -> Option<&[AuthenticationProviderTypes]>
Specifies whether the workspace uses SAML, Amazon Web Services SSO, or both methods for user authentication.
sourcepub fn saml_configuration_status(&self) -> Option<&SamlConfigurationStatus>
pub fn saml_configuration_status(&self) -> Option<&SamlConfigurationStatus>
Specifies whether the workplace's user authentication method is fully configured.
sourceimpl AuthenticationSummary
impl AuthenticationSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AuthenticationSummary
.
Trait Implementations
sourceimpl Clone for AuthenticationSummary
impl Clone for AuthenticationSummary
sourcefn clone(&self) -> AuthenticationSummary
fn clone(&self) -> AuthenticationSummary
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 AuthenticationSummary
impl Debug for AuthenticationSummary
sourceimpl PartialEq<AuthenticationSummary> for AuthenticationSummary
impl PartialEq<AuthenticationSummary> for AuthenticationSummary
sourcefn eq(&self, other: &AuthenticationSummary) -> bool
fn eq(&self, other: &AuthenticationSummary) -> bool
impl StructuralPartialEq for AuthenticationSummary
Auto Trait Implementations
impl RefUnwindSafe for AuthenticationSummary
impl Send for AuthenticationSummary
impl Sync for AuthenticationSummary
impl Unpin for AuthenticationSummary
impl UnwindSafe for AuthenticationSummary
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