Struct aws_sdk_ec2::model::ClientVpnAuthentication
source · [−]#[non_exhaustive]pub struct ClientVpnAuthentication { /* private fields */ }
Expand description
Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.
Implementations
sourceimpl ClientVpnAuthentication
impl ClientVpnAuthentication
sourcepub fn type(&self) -> Option<&ClientVpnAuthenticationType>
pub fn type(&self) -> Option<&ClientVpnAuthenticationType>
The authentication type used.
sourcepub fn active_directory(&self) -> Option<&DirectoryServiceAuthentication>
pub fn active_directory(&self) -> Option<&DirectoryServiceAuthentication>
Information about the Active Directory, if applicable.
sourcepub fn mutual_authentication(&self) -> Option<&CertificateAuthentication>
pub fn mutual_authentication(&self) -> Option<&CertificateAuthentication>
Information about the authentication certificates, if applicable.
sourcepub fn federated_authentication(&self) -> Option<&FederatedAuthentication>
pub fn federated_authentication(&self) -> Option<&FederatedAuthentication>
Information about the IAM SAML identity provider, if applicable.
sourceimpl ClientVpnAuthentication
impl ClientVpnAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClientVpnAuthentication
.
Trait Implementations
sourceimpl Clone for ClientVpnAuthentication
impl Clone for ClientVpnAuthentication
sourcefn clone(&self) -> ClientVpnAuthentication
fn clone(&self) -> ClientVpnAuthentication
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ClientVpnAuthentication
impl Debug for ClientVpnAuthentication
sourceimpl PartialEq<ClientVpnAuthentication> for ClientVpnAuthentication
impl PartialEq<ClientVpnAuthentication> for ClientVpnAuthentication
sourcefn eq(&self, other: &ClientVpnAuthentication) -> bool
fn eq(&self, other: &ClientVpnAuthentication) -> bool
impl StructuralPartialEq for ClientVpnAuthentication
Auto Trait Implementations
impl RefUnwindSafe for ClientVpnAuthentication
impl Send for ClientVpnAuthentication
impl Sync for ClientVpnAuthentication
impl Unpin for ClientVpnAuthentication
impl UnwindSafe for ClientVpnAuthentication
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more