#[non_exhaustive]pub struct CreateDirectoryConfigInput { /* private fields */ }
Implementations§
source§impl CreateDirectoryConfigInput
impl CreateDirectoryConfigInput
sourcepub fn directory_name(&self) -> Option<&str>
pub fn directory_name(&self) -> Option<&str>
The fully qualified name of the directory (for example, corp.example.com).
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 CreateDirectoryConfigInput
impl CreateDirectoryConfigInput
sourcepub fn builder() -> CreateDirectoryConfigInputBuilder
pub fn builder() -> CreateDirectoryConfigInputBuilder
Creates a new builder-style object to manufacture CreateDirectoryConfigInput
.
source§impl CreateDirectoryConfigInput
impl CreateDirectoryConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateDirectoryConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateDirectoryConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateDirectoryConfig
>
Trait Implementations§
source§impl Clone for CreateDirectoryConfigInput
impl Clone for CreateDirectoryConfigInput
source§fn clone(&self) -> CreateDirectoryConfigInput
fn clone(&self) -> CreateDirectoryConfigInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateDirectoryConfigInput
impl Debug for CreateDirectoryConfigInput
source§impl PartialEq<CreateDirectoryConfigInput> for CreateDirectoryConfigInput
impl PartialEq<CreateDirectoryConfigInput> for CreateDirectoryConfigInput
source§fn eq(&self, other: &CreateDirectoryConfigInput) -> bool
fn eq(&self, other: &CreateDirectoryConfigInput) -> bool
self
and other
values to be equal, and is used
by ==
.