VpnClientParameters interface
Vpn Client Parameters for package generation.
Properties
authentication |
VPN client authentication method. |
client |
A list of client root certificates public certificate data encoded as Base-64 strings. Optional parameter for external radius based authentication with EAPTLS. |
processor |
VPN client Processor Architecture. |
radius |
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?: string
Property Value
string
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?: string
Property Value
string
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