#[non_exhaustive]pub struct DirectoryServiceAuthenticationRequest { /* private fields */ }
Expand description
Describes the Active Directory to be used for client authentication.
Implementations§
source§impl DirectoryServiceAuthenticationRequest
impl DirectoryServiceAuthenticationRequest
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The ID of the Active Directory to be used for authentication.
source§impl DirectoryServiceAuthenticationRequest
impl DirectoryServiceAuthenticationRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DirectoryServiceAuthenticationRequest
.
Trait Implementations§
source§impl Clone for DirectoryServiceAuthenticationRequest
impl Clone for DirectoryServiceAuthenticationRequest
source§fn clone(&self) -> DirectoryServiceAuthenticationRequest
fn clone(&self) -> DirectoryServiceAuthenticationRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DirectoryServiceAuthenticationRequest> for DirectoryServiceAuthenticationRequest
impl PartialEq<DirectoryServiceAuthenticationRequest> for DirectoryServiceAuthenticationRequest
source§fn eq(&self, other: &DirectoryServiceAuthenticationRequest) -> bool
fn eq(&self, other: &DirectoryServiceAuthenticationRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.