Get Virtual Network Gateway Vpn Client Configuration
Constructors
Properties
The client id of the Azure VPN application. See Create an Active Directory (AD) tenant for P2S OpenVPN protocol connections for values This setting is incompatible with the use of root_certificate
and revoked_certificate
, radius_server_address
, and radius_server_secret
.
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.
The address of the Radius server. This setting is incompatible with the use of aad_tenant
, aad_audience
, aad_issuer
, root_certificate
and revoked_certificate
.
The secret used by the Radius server. This setting is incompatible with the use of aad_tenant
, aad_audience
, aad_issuer
, root_certificate
and revoked_certificate
.
One or more revoked_certificate
blocks which are defined below. This setting is incompatible with the use of aad_tenant
, aad_audience
, aad_issuer
, radius_server_address
, and radius_server_secret
.
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. This setting is incompatible with the use of aad_tenant
, aad_audience
, aad_issuer
, radius_server_address
, and radius_server_secret
.
List of the protocols supported by the vpn client. The supported values are SSTP
, IkeV2
and OpenVPN
.