Values_1.ClientVpnAuthenticationSourceDescribes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.
type nonrec t = {type_ : Values_0.ClientVpnAuthenticationType.t option;The authentication type used.
*)activeDirectory : Values_0.DirectoryServiceAuthentication.t option;Information about the Active Directory, if applicable.
*)mutualAuthentication : Values_0.CertificateAuthentication.t option;Information about the authentication certificates, if applicable.
*)federatedAuthentication : Values_0.FederatedAuthentication.t option;Information about the IAM SAML identity provider, if applicable.
*)}