| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.ClientVpnAuthentication
Description
Synopsis
- data ClientVpnAuthentication = ClientVpnAuthentication' {}
- newClientVpnAuthentication :: ClientVpnAuthentication
- clientVpnAuthentication_activeDirectory :: Lens' ClientVpnAuthentication (Maybe DirectoryServiceAuthentication)
- clientVpnAuthentication_federatedAuthentication :: Lens' ClientVpnAuthentication (Maybe FederatedAuthentication)
- clientVpnAuthentication_mutualAuthentication :: Lens' ClientVpnAuthentication (Maybe CertificateAuthentication)
- clientVpnAuthentication_type :: Lens' ClientVpnAuthentication (Maybe ClientVpnAuthenticationType)
Documentation
data ClientVpnAuthentication Source #
Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.
See: newClientVpnAuthentication smart constructor.
Constructors
| ClientVpnAuthentication' | |
Fields
| |
Instances
newClientVpnAuthentication :: ClientVpnAuthentication Source #
Create a value of ClientVpnAuthentication with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activeDirectory:ClientVpnAuthentication', clientVpnAuthentication_activeDirectory - Information about the Active Directory, if applicable.
$sel:federatedAuthentication:ClientVpnAuthentication', clientVpnAuthentication_federatedAuthentication - Information about the IAM SAML identity provider, if applicable.
$sel:mutualAuthentication:ClientVpnAuthentication', clientVpnAuthentication_mutualAuthentication - Information about the authentication certificates, if applicable.
$sel:type':ClientVpnAuthentication', clientVpnAuthentication_type - The authentication type used.
clientVpnAuthentication_activeDirectory :: Lens' ClientVpnAuthentication (Maybe DirectoryServiceAuthentication) Source #
Information about the Active Directory, if applicable.
clientVpnAuthentication_federatedAuthentication :: Lens' ClientVpnAuthentication (Maybe FederatedAuthentication) Source #
Information about the IAM SAML identity provider, if applicable.
clientVpnAuthentication_mutualAuthentication :: Lens' ClientVpnAuthentication (Maybe CertificateAuthentication) Source #
Information about the authentication certificates, if applicable.
clientVpnAuthentication_type :: Lens' ClientVpnAuthentication (Maybe ClientVpnAuthenticationType) Source #
The authentication type used.