RadiusServer Class

Radius Server Settings.

All required parameters must be populated in order to send to Azure.

Inheritance
RadiusServer

Constructor

RadiusServer(*, radius_server_address: str, radius_server_score: typing.Union[int, NoneType] = None, radius_server_secret: typing.Union[str, NoneType] = None, **kwargs)

Parameters

radius_server_address
str

Required. The address of this radius server.

radius_server_score
<xref:long>

The initial score assigned to this radius server.

radius_server_secret
str

The secret used for this radius server.