Struct aws_sdk_elasticsearch::model::SamlOptionsOutput [−][src]
#[non_exhaustive]pub struct SamlOptionsOutput {
pub enabled: Option<bool>,
pub idp: Option<SamlIdp>,
pub subject_key: Option<String>,
pub roles_key: Option<String>,
pub session_timeout_minutes: Option<i32>,
}
Expand description
Describes the SAML application configured for the domain.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.enabled: Option<bool>
True if SAML is enabled.
idp: Option<SamlIdp>
Describes the SAML Identity Provider's information.
subject_key: Option<String>
The key used for matching the SAML Subject attribute.
roles_key: Option<String>
The key used for matching the SAML Roles attribute.
session_timeout_minutes: Option<i32>
The duration, in minutes, after which a user session becomes inactive.
Implementations
The key used for matching the SAML Subject attribute.
The duration, in minutes, after which a user session becomes inactive.
Creates a new builder-style object to manufacture SamlOptionsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SamlOptionsOutput
impl Send for SamlOptionsOutput
impl Sync for SamlOptionsOutput
impl Unpin for SamlOptionsOutput
impl UnwindSafe for SamlOptionsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more