#[non_exhaustive]pub struct UpdateDirectoryConfigInput { /* private fields */ }
Implementations§
source§impl UpdateDirectoryConfigInput
impl UpdateDirectoryConfigInput
sourcepub fn directory_name(&self) -> Option<&str>
pub fn directory_name(&self) -> Option<&str>
The name of the Directory Config object.
sourcepub fn organizational_unit_distinguished_names(&self) -> Option<&[String]>
pub fn organizational_unit_distinguished_names(&self) -> Option<&[String]>
The distinguished names of the organizational units for computer accounts.
sourcepub fn service_account_credentials(&self) -> Option<&ServiceAccountCredentials>
pub fn service_account_credentials(&self) -> Option<&ServiceAccountCredentials>
The credentials for the service account used by the fleet or image builder to connect to the directory.
sourcepub fn certificate_based_auth_properties(
&self
) -> Option<&CertificateBasedAuthProperties>
pub fn certificate_based_auth_properties( &self ) -> Option<&CertificateBasedAuthProperties>
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.
source§impl UpdateDirectoryConfigInput
impl UpdateDirectoryConfigInput
sourcepub fn builder() -> UpdateDirectoryConfigInputBuilder
pub fn builder() -> UpdateDirectoryConfigInputBuilder
Creates a new builder-style object to manufacture UpdateDirectoryConfigInput
.
source§impl UpdateDirectoryConfigInput
impl UpdateDirectoryConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDirectoryConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateDirectoryConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDirectoryConfig
>
Trait Implementations§
source§impl Clone for UpdateDirectoryConfigInput
impl Clone for UpdateDirectoryConfigInput
source§fn clone(&self) -> UpdateDirectoryConfigInput
fn clone(&self) -> UpdateDirectoryConfigInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateDirectoryConfigInput
impl Debug for UpdateDirectoryConfigInput
source§impl PartialEq<UpdateDirectoryConfigInput> for UpdateDirectoryConfigInput
impl PartialEq<UpdateDirectoryConfigInput> for UpdateDirectoryConfigInput
source§fn eq(&self, other: &UpdateDirectoryConfigInput) -> bool
fn eq(&self, other: &UpdateDirectoryConfigInput) -> bool
self
and other
values to be equal, and is used
by ==
.