VirtualNetworkGatewayVpnClientConfigurationRadiusServer

data class VirtualNetworkGatewayVpnClientConfigurationRadiusServer(val address: String, val score: Int, val secret: String)

Constructors

constructor(address: String, score: Int, secret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address of the Radius Server.

Link copied to clipboard
val score: Int

The score of the Radius Server determines the priority of the server. Possible values are between 1 and 30.

Link copied to clipboard

The secret that is used to communicate with the Radius Server.