Virtual Network Gateway Vpn Client Configuration Args
Constructors
Properties
The client id of the Azure VPN application. See Create an Active Directory (AD) tenant for P2S OpenVPN protocol connections for values
The address space out of which IP addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.
An ipsec_policy
block as defined below.
The address of the Radius server.
One or more radius_server
blocks as defined below.
The secret used by the Radius server.
One or more revoked_certificate
blocks which are defined below.
One or more root_certificate
blocks which are defined below. These root certificates are used to sign the client certificate used by the VPN clients to connect to the gateway.
One or more virtual_network_gateway_client_connection
blocks as defined below.
List of the vpn authentication types for the virtual network gateway. The supported values are AAD
, Radius
and Certificate
.
List of the protocols supported by the vpn client. The supported values are SSTP
, IkeV2
and OpenVPN
. Values SSTP
and IkeV2
are incompatible with the use of aad_tenant
, aad_audience
and aad_issuer
.