| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| authentication_port | decimal.Decimal, int, | decimal.Decimal, | The authentication port for the external RADIUS server (1 ~ 65535) | if omitted the server will use the default value of 1812value must be a 32 bit integer |
| accounting_port | decimal.Decimal, int, | decimal.Decimal, | The accounting port for the external RADIUS server (1 ~ 65535) | if omitted the server will use the default value of 1813value must be a 32 bit integer |
| enable_a3 | bool, | BoolClass, | Indicates whether this is an Extreme A3 RADIUS server or not, cannot be updated after creation. Please set it to false if it is not an Extreme A3 RADIUS server. | |
| name | str, | str, | The external RADIUS server name | |
| server_type | XiqRadiusServerType | XiqRadiusServerType | ||
| shared_secret | str, | str, | The shared secret for the external RADIUS server (optional) | [optional] |
| ip_addr | str, | str, | The IP address or hostname of the RADIUS server | [optional] |
| enable_peer_discovery | bool, | BoolClass, | Indicates whether the RADIUS server allows devices to connect automatically without manually defining their IP address or hostname. | [optional] |
| access_type | XiqRadiusAccessType | XiqRadiusAccessType | [optional] | |
| trust_pilot_id | decimal.Decimal, int, | decimal.Decimal, | The Certificate Bundle trust pilot ID. | [optional] value must be a 64 bit integer |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |