Struct aws_sdk_elasticsearch::model::AdvancedSecurityOptions [−][src]
#[non_exhaustive]pub struct AdvancedSecurityOptions {
pub enabled: Option<bool>,
pub internal_user_database_enabled: Option<bool>,
pub saml_options: Option<SamlOptionsOutput>,
}
Expand description
Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.
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 advanced security is enabled.
internal_user_database_enabled: Option<bool>
True if the internal user database is enabled.
saml_options: Option<SamlOptionsOutput>
Describes the SAML application configured for a domain.
Implementations
True if the internal user database is enabled.
Describes the SAML application configured for a domain.
Creates a new builder-style object to manufacture AdvancedSecurityOptions
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 AdvancedSecurityOptions
impl Send for AdvancedSecurityOptions
impl Sync for AdvancedSecurityOptions
impl Unpin for AdvancedSecurityOptions
impl UnwindSafe for AdvancedSecurityOptions
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