RADIUSAuthenticatorInfo

RADIUSAuthenticatorInfo
RADIUSAuthenticatorInfo

Information about to RADIUS Authenticator.

JSON Example
{
    "description": "test radius auth ",
    "id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
    "label": "radius-auth-lablel",
    "passcode_label": "test radius auth user passcode",
    "radius_servers": [
        {
            "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
        }
    ],
    "user_name_label": "test radius auth user"
}
string
description
Optional

The description for this RADIUS authenticator.

string
id
Optional

Unique ID representing this RADIUS Authenticator.

string
label
Optional

The label for this RADIUS authenticator.

string
passcode_label
Optional

The label for the RADIUS authenticator passcode.

radius_servers
Optional

List of RADIUS servers.

string
user_name_label
Optional

The label for the RADIUS authenticator user name.