You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::ClientVpnAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ClientVpnAuthentication
- Defined in:
- (unknown)
Overview
Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the AWS Client VPN Administrator Guide.
Instance Attribute Summary collapse
-
#active_directory ⇒ Types::DirectoryServiceAuthentication
Information about the Active Directory, if applicable.
-
#federated_authentication ⇒ Types::FederatedAuthentication
Information about the IAM SAML identity provider, if applicable.
-
#mutual_authentication ⇒ Types::CertificateAuthentication
Information about the authentication certificates, if applicable.
-
#type ⇒ String
The authentication type used.
Instance Attribute Details
#active_directory ⇒ Types::DirectoryServiceAuthentication
Information about the Active Directory, if applicable.
#federated_authentication ⇒ Types::FederatedAuthentication
Information about the IAM SAML identity provider, if applicable.
#mutual_authentication ⇒ Types::CertificateAuthentication
Information about the authentication certificates, if applicable.
#type ⇒ String
The authentication type used.
Possible values:
- certificate-authentication
- directory-service-authentication
- federated-authentication