Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VpnClientParameters

Package version

Vpn Client Parameters for package generation

Hierarchy

  • VpnClientParameters

Index

Properties

Optional authenticationMethod

authenticationMethod: AuthenticationMethod

VPN client Authentication Method. Possible values are: 'EAPTLS' and 'EAPMSCHAPv2'. Possible values include: 'EAPTLS', 'EAPMSCHAPv2'

Optional clientRootCertificates

clientRootCertificates: string[]

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

Optional processorArchitecture

processorArchitecture: ProcessorArchitecture

VPN client Processor Architecture. Possible values are: 'AMD64' and 'X86'. Possible values include: 'Amd64', 'X86'

Optional radiusServerAuthCertificate

radiusServerAuthCertificate: undefined | string

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.

Generated using TypeDoc