/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the authentication method to be used by a Client VPN endpoint. For
* more information, see Authentication
* in the Client VPN Administrator Guide.See Also:
AWS
* API Reference
The type of client authentication to be used.
*/ inline const ClientVpnAuthenticationType& GetType() const{ return m_type; } /** *The type of client authentication to be used.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *The type of client authentication to be used.
*/ inline void SetType(const ClientVpnAuthenticationType& value) { m_typeHasBeenSet = true; m_type = value; } /** *The type of client authentication to be used.
*/ inline void SetType(ClientVpnAuthenticationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *The type of client authentication to be used.
*/ inline ClientVpnAuthenticationRequest& WithType(const ClientVpnAuthenticationType& value) { SetType(value); return *this;} /** *The type of client authentication to be used.
*/ inline ClientVpnAuthenticationRequest& WithType(ClientVpnAuthenticationType&& value) { SetType(std::move(value)); return *this;} /** *Information about the Active Directory to be used, if applicable. You must
* provide this information if Type is
* directory-service-authentication
.
Information about the Active Directory to be used, if applicable. You must
* provide this information if Type is
* directory-service-authentication
.
Information about the Active Directory to be used, if applicable. You must
* provide this information if Type is
* directory-service-authentication
.
Information about the Active Directory to be used, if applicable. You must
* provide this information if Type is
* directory-service-authentication
.
Information about the Active Directory to be used, if applicable. You must
* provide this information if Type is
* directory-service-authentication
.
Information about the Active Directory to be used, if applicable. You must
* provide this information if Type is
* directory-service-authentication
.
Information about the authentication certificates to be used, if applicable.
* You must provide this information if Type is
* certificate-authentication
.
Information about the authentication certificates to be used, if applicable.
* You must provide this information if Type is
* certificate-authentication
.
Information about the authentication certificates to be used, if applicable.
* You must provide this information if Type is
* certificate-authentication
.
Information about the authentication certificates to be used, if applicable.
* You must provide this information if Type is
* certificate-authentication
.
Information about the authentication certificates to be used, if applicable.
* You must provide this information if Type is
* certificate-authentication
.
Information about the authentication certificates to be used, if applicable.
* You must provide this information if Type is
* certificate-authentication
.
Information about the IAM SAML identity provider to be used, if applicable.
* You must provide this information if Type is
* federated-authentication
.
Information about the IAM SAML identity provider to be used, if applicable.
* You must provide this information if Type is
* federated-authentication
.
Information about the IAM SAML identity provider to be used, if applicable.
* You must provide this information if Type is
* federated-authentication
.
Information about the IAM SAML identity provider to be used, if applicable.
* You must provide this information if Type is
* federated-authentication
.
Information about the IAM SAML identity provider to be used, if applicable.
* You must provide this information if Type is
* federated-authentication
.
Information about the IAM SAML identity provider to be used, if applicable.
* You must provide this information if Type is
* federated-authentication
.