RadiusServerArgs

data class RadiusServerArgs(val radiusServerAddress: Output<String>, val radiusServerScore: Output<Double>? = null, val radiusServerSecret: Output<String>? = null) : ConvertibleToJava<RadiusServerArgs>

Radius Server Settings.

Constructors

Link copied to clipboard
constructor(radiusServerAddress: Output<String>, radiusServerScore: Output<Double>? = null, radiusServerSecret: Output<String>? = null)

Properties

Link copied to clipboard

The address of this radius server.

Link copied to clipboard
val radiusServerScore: Output<Double>? = null

The initial score assigned to this radius server.

Link copied to clipboard
val radiusServerSecret: Output<String>? = null

The secret used for this radius server.

Functions

Link copied to clipboard
open override fun toJava(): RadiusServerArgs