Struct aws_sdk_grafana::types::AuthenticationSummary
source · #[non_exhaustive]pub struct AuthenticationSummary { /* private fields */ }
Expand description
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.
Implementations§
source§impl AuthenticationSummary
impl AuthenticationSummary
sourcepub fn providers(&self) -> Option<&[AuthenticationProviderTypes]>
pub fn providers(&self) -> Option<&[AuthenticationProviderTypes]>
Specifies whether the workspace uses SAML, IAM Identity Center, 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.
source§impl AuthenticationSummary
impl AuthenticationSummary
sourcepub fn builder() -> AuthenticationSummaryBuilder
pub fn builder() -> AuthenticationSummaryBuilder
Creates a new builder-style object to manufacture AuthenticationSummary
.
Trait Implementations§
source§impl Clone for AuthenticationSummary
impl Clone for AuthenticationSummary
source§fn clone(&self) -> AuthenticationSummary
fn clone(&self) -> AuthenticationSummary
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 AuthenticationSummary
impl Debug for AuthenticationSummary
source§impl PartialEq<AuthenticationSummary> for AuthenticationSummary
impl PartialEq<AuthenticationSummary> for AuthenticationSummary
source§fn eq(&self, other: &AuthenticationSummary) -> bool
fn eq(&self, other: &AuthenticationSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.