Class: Aws::EC2::Types::ClientVpnAuthenticationRequest

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

Overview

Describes the authentication method to be 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/authentication-authrization.html#client-authentication

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_directoryTypes::DirectoryServiceAuthenticationRequest

Information about the Active Directory to be used, if applicable. You must provide this information if Type is ‘directory-service-authentication`.



5348
5349
5350
5351
5352
5353
5354
5355
# File 'lib/aws-sdk-ec2/types.rb', line 5348

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

#federated_authenticationTypes::FederatedAuthenticationRequest

Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is ‘federated-authentication`.



5348
5349
5350
5351
5352
5353
5354
5355
# File 'lib/aws-sdk-ec2/types.rb', line 5348

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

#mutual_authenticationTypes::CertificateAuthenticationRequest

Information about the authentication certificates to be used, if applicable. You must provide this information if Type is ‘certificate-authentication`.



5348
5349
5350
5351
5352
5353
5354
5355
# File 'lib/aws-sdk-ec2/types.rb', line 5348

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

#typeString

The type of client authentication to be used.

Returns:

  • (String)


5348
5349
5350
5351
5352
5353
5354
5355
# File 'lib/aws-sdk-ec2/types.rb', line 5348

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