Struct aws_sdk_ec2::model::ClientVpnAuthentication [−][src]
#[non_exhaustive]pub struct ClientVpnAuthentication {
pub type: Option<ClientVpnAuthenticationType>,
pub active_directory: Option<DirectoryServiceAuthentication>,
pub mutual_authentication: Option<CertificateAuthentication>,
pub federated_authentication: Option<FederatedAuthentication>,
}
Expand description
Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.type: Option<ClientVpnAuthenticationType>
The authentication type used.
active_directory: Option<DirectoryServiceAuthentication>
Information about the Active Directory, if applicable.
mutual_authentication: Option<CertificateAuthentication>
Information about the authentication certificates, if applicable.
federated_authentication: Option<FederatedAuthentication>
Information about the IAM SAML identity provider, if applicable.
Implementations
The authentication type used.
Information about the Active Directory, if applicable.
Information about the authentication certificates, if applicable.
Information about the IAM SAML identity provider, if applicable.
Creates a new builder-style object to manufacture ClientVpnAuthentication
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more