ClientVpnAuthenticationRequest
Describes the authentication method to be used by a Client VPN endpoint. For more information, see Authentication in the AWS Client VPN Administrator Guide.
Contents
- ActiveDirectory
 - 
               
Information about the Active Directory to be used, if applicable. You must provide this information if Type is
directory-service-authentication.Type: DirectoryServiceAuthenticationRequest object
Required: No
 - FederatedAuthentication
 - 
               
Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is
federated-authentication.Type: FederatedAuthenticationRequest object
Required: No
 - MutualAuthentication
 - 
               
Information about the authentication certificates to be used, if applicable. You must provide this information if Type is
certificate-authentication.Type: CertificateAuthenticationRequest object
Required: No
 - Type
 - 
               
The type of client authentication to be used.
Type: String
Valid Values:
certificate-authentication | directory-service-authentication | federated-authenticationRequired: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: