VpnServerConfigurationPropertiesResponse

data class VpnServerConfigurationPropertiesResponse(val aadAuthenticationParameters: AadAuthenticationParametersResponse? = null, val configurationPolicyGroups: List<VpnServerConfigurationPolicyGroupResponse>? = null, val etag: String, val name: String? = null, val p2SVpnGateways: List<P2SVpnGatewayResponse>, val provisioningState: String, val radiusClientRootCertificates: List<VpnServerConfigRadiusClientRootCertificateResponse>? = null, val radiusServerAddress: String? = null, val radiusServerRootCertificates: List<VpnServerConfigRadiusServerRootCertificateResponse>? = null, val radiusServerSecret: String? = null, val radiusServers: List<RadiusServerResponse>? = null, val vpnAuthenticationTypes: List<String>? = null, val vpnClientIpsecPolicies: List<IpsecPolicyResponse>? = null, val vpnClientRevokedCertificates: List<VpnServerConfigVpnClientRevokedCertificateResponse>? = null, val vpnClientRootCertificates: List<VpnServerConfigVpnClientRootCertificateResponse>? = null, val vpnProtocols: List<String>? = null)

Parameters for VpnServerConfiguration.

Constructors

Link copied to clipboard
constructor(aadAuthenticationParameters: AadAuthenticationParametersResponse? = null, configurationPolicyGroups: List<VpnServerConfigurationPolicyGroupResponse>? = null, etag: String, name: String? = null, p2SVpnGateways: List<P2SVpnGatewayResponse>, provisioningState: String, radiusClientRootCertificates: List<VpnServerConfigRadiusClientRootCertificateResponse>? = null, radiusServerAddress: String? = null, radiusServerRootCertificates: List<VpnServerConfigRadiusServerRootCertificateResponse>? = null, radiusServerSecret: String? = null, radiusServers: List<RadiusServerResponse>? = null, vpnAuthenticationTypes: List<String>? = null, vpnClientIpsecPolicies: List<IpsecPolicyResponse>? = null, vpnClientRevokedCertificates: List<VpnServerConfigVpnClientRevokedCertificateResponse>? = null, vpnClientRootCertificates: List<VpnServerConfigVpnClientRootCertificateResponse>? = null, vpnProtocols: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of aad vpn authentication parameters.

Link copied to clipboard

List of all VpnServerConfigurationPolicyGroups.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val name: String? = null

The name of the VpnServerConfiguration that is unique within a resource group.

Link copied to clipboard

List of references to P2SVpnGateways.

Link copied to clipboard

The provisioning state of the VpnServerConfiguration resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.

Link copied to clipboard

Radius client root certificate of VpnServerConfiguration.

Link copied to clipboard

The radius server address property of the VpnServerConfiguration resource for point to site client connection.

Link copied to clipboard

Radius Server root certificate of VpnServerConfiguration.

Link copied to clipboard

Multiple Radius Server configuration for VpnServerConfiguration.

Link copied to clipboard

The radius secret property of the VpnServerConfiguration resource for point to site client connection.

Link copied to clipboard

VPN authentication types for the VpnServerConfiguration.

Link copied to clipboard

VpnClientIpsecPolicies for VpnServerConfiguration.

Link copied to clipboard

VPN client revoked certificate of VpnServerConfiguration.

Link copied to clipboard

VPN client root certificate of VpnServerConfiguration.

Link copied to clipboard
val vpnProtocols: List<String>? = null

VPN protocols for the VpnServerConfiguration.