Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClientVpnAuthentication

import type { ClientVpnAuthentication } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

interface ClientVpnAuthentication {
ActiveDirectory?: DirectoryServiceAuthentication | null;
FederatedAuthentication?: FederatedAuthentication | null;
MutualAuthentication?: CertificateAuthentication | null;
}

§Properties

§
ActiveDirectory?: DirectoryServiceAuthentication | null
[src]

Information about the Active Directory, if applicable.

§
FederatedAuthentication?: FederatedAuthentication | null
[src]

Information about the IAM SAML identity provider, if applicable.

§
MutualAuthentication?: CertificateAuthentication | null
[src]

Information about the authentication certificates, if applicable.

§

The authentication type used.