Struct aws_sdk_elasticsearch::model::AdvancedSecurityOptionsInput [−][src]
#[non_exhaustive]pub struct AdvancedSecurityOptionsInput {
pub enabled: Option<bool>,
pub internal_user_database_enabled: Option<bool>,
pub master_user_options: Option<MasterUserOptions>,
pub saml_options: Option<SamlOptionsInput>,
}
Expand description
Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM 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.
master_user_options: Option<MasterUserOptions>
Credentials for the master user: username and password, ARN, or both.
saml_options: Option<SamlOptionsInput>
Specifies the SAML application configuration for the domain.
Implementations
True if the internal user database is enabled.
Credentials for the master user: username and password, ARN, or both.
Specifies the SAML application configuration for the domain.
Creates a new builder-style object to manufacture AdvancedSecurityOptionsInput
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 Send for AdvancedSecurityOptionsInput
impl Sync for AdvancedSecurityOptionsInput
impl Unpin for AdvancedSecurityOptionsInput
impl UnwindSafe for AdvancedSecurityOptionsInput
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