Get Virtual Network Gateway Vpn Client Configuration
data class GetVirtualNetworkGatewayVpnClientConfiguration(val aadAudience: String, val aadIssuer: String, val aadTenant: String, val addressSpaces: List<String>, val radiusServerAddress: String, val radiusServerSecret: String, val revokedCertificates: List<GetVirtualNetworkGatewayVpnClientConfigurationRevokedCertificate>, val rootCertificates: List<GetVirtualNetworkGatewayVpnClientConfigurationRootCertificate>, val vpnClientProtocols: List<String>)
Constructors
Link copied to clipboard
fun GetVirtualNetworkGatewayVpnClientConfiguration(aadAudience: String, aadIssuer: String, aadTenant: String, addressSpaces: List<String>, radiusServerAddress: String, radiusServerSecret: String, revokedCertificates: List<GetVirtualNetworkGatewayVpnClientConfigurationRevokedCertificate>, rootCertificates: List<GetVirtualNetworkGatewayVpnClientConfigurationRootCertificate>, vpnClientProtocols: List<String>)
Types
Properties
Link copied to clipboard
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
.
Link copied to clipboard
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
.