// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`EnableClientAuthentication`](crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`directory_id(impl ::std::convert::Into<String>)`](crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder::directory_id) / [`set_directory_id(Option<String>)`](crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder::set_directory_id): <p>The identifier of the specified directory. </p>
/// - [`r#type(ClientAuthenticationType)`](crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder::type) / [`set_type(Option<ClientAuthenticationType>)`](crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder::set_type): <p>The type of client authentication to enable. Currently only the value <code>SmartCard</code> is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD. </p>
/// - On success, responds with [`EnableClientAuthenticationOutput`](crate::operation::enable_client_authentication::EnableClientAuthenticationOutput)
/// - On failure, responds with [`SdkError<EnableClientAuthenticationError>`](crate::operation::enable_client_authentication::EnableClientAuthenticationError)
pub fn enable_client_authentication(&self) -> crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder {
crate::operation::enable_client_authentication::builders::EnableClientAuthenticationFluentBuilder::new(self.handle.clone())
}
}