Class: Aws::EC2::Types::ClientVpnAuthentication

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the authentication methods used by a Client VPN endpoint. For more information, see [Authentication] in the *Client VPN Administrator Guide*.

[1]: docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_directoryTypes::DirectoryServiceAuthentication

Information about the Active Directory, if applicable.



5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-ec2/types.rb', line 5307

class ClientVpnAuthentication < Struct.new(
  :type,
  :active_directory,
  :mutual_authentication,
  :federated_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#federated_authenticationTypes::FederatedAuthentication

Information about the IAM SAML identity provider, if applicable.



5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-ec2/types.rb', line 5307

class ClientVpnAuthentication < Struct.new(
  :type,
  :active_directory,
  :mutual_authentication,
  :federated_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#mutual_authenticationTypes::CertificateAuthentication

Information about the authentication certificates, if applicable.



5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-ec2/types.rb', line 5307

class ClientVpnAuthentication < Struct.new(
  :type,
  :active_directory,
  :mutual_authentication,
  :federated_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The authentication type used.

Returns:

  • (String)


5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-ec2/types.rb', line 5307

class ClientVpnAuthentication < Struct.new(
  :type,
  :active_directory,
  :mutual_authentication,
  :federated_authentication)
  SENSITIVE = []
  include Aws::Structure
end