Share via


VpnClientParameters interface

Vpn Client Parameters for package generation.

Properties

authenticationMethod

VPN client authentication method.

clientRootCertificates

A list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS.

processorArchitecture

VPN client Processor Architecture.

radiusServerAuthCertificate

The public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication.

Property Details

authenticationMethod

VPN client authentication method.

authenticationMethod?: "EAPTLS" | "EAPMSCHAPv2"

Property Value

"EAPTLS" | "EAPMSCHAPv2"

clientRootCertificates

A list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS.

clientRootCertificates?: string[]

Property Value

string[]

processorArchitecture

VPN client Processor Architecture.

processorArchitecture?: "Amd64" | "X86"

Property Value

"Amd64" | "X86"

radiusServerAuthCertificate

The public certificate data for the radius server authentication certificate as a Base-64 encoded string. Required only if external radius authentication has been configured with EAPTLS authentication.

radiusServerAuthCertificate?: string

Property Value

string