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
show all
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

Instance Attribute Details

#active_directoryTypes::DirectoryServiceAuthentication

Information about the Active Directory, if applicable.

Returns:

#federated_authenticationTypes::FederatedAuthentication

Information about the IAM SAML identity provider, if applicable.

Returns:

#mutual_authenticationTypes::CertificateAuthentication

Information about the authentication certificates, if applicable.

Returns:

#typeString

The authentication type used.

Possible values:

  • certificate-authentication
  • directory-service-authentication
  • federated-authentication

Returns:

  • (String)

    The authentication type used.