RADIUSServerInfo

RADIUSServerInfo
RADIUSServerInfo

Information related to a RADIUS authentication server.

JSON Example
{
    "accounting_port": 1813,
    "authentication_port": 1812,
    "authentication_type": "PAP",
    "hostname": "10.109.69.213",
    "max_attempts": 5,
    "primary_radius_server": true,
    "realm_prefix": "test_realm_prefix",
    "realm_suffix": "test_realm_suffix",
    "server_timeout_seconds": 4
}
integer As int32 As int32
accounting_port
Optional

The accounting port of the RADIUS authentication server.

integer As int32 As int32
authentication_port
Optional

The authentication port of the RADIUS authentication server.

string
authentication_type
Optional

The authentication type of the RADIUS authentication server.

  • PAP: Password authentication protocol.
  • CHAP: Challenge-handshake authentication protocol.
  • MSCHAP1: Microsoft challenge-handshake authentication protocol, version 1.
  • MSCHAP2: Microsoft challenge-handshake authentication protocol, version 2.
  • UNKNOWN: Indicates Auth type is unkonwn.
Possible values are : PAP, CHAP, MSCHAP1, MSCHAP2, UNKNOWN,
string
hostname
Optional

The hostname of the RADIUS authentication server.

integer As int32 As int32
max_attempts
Optional

The maximum number of authentication attempts for the RADIUS authentication server.

boolean
primary_radius_server
Optional

Indicates whether it is a primary RADIUS authentication server.

string
realm_prefix
Optional

The realm prefix of the RADIUS authentication server.

string
realm_suffix
Optional

The realm suffix of the RADIUS authentication server.

integer As int32 As int32
server_timeout_seconds
Optional

The server timeout (in seconds) of the RADIUS authentication server.