Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.23 KB

XiqCreateRadiusProxyRequest.md

File metadata and controls

20 lines (16 loc) · 1.23 KB

XiqCreateRadiusProxyRequest

The payload to create a new RADIUS proxy

Properties

Name Type Description Notes
name str The RADIUS proxy name
description str The RADIUS proxy description [optional]
format_type XiqRadiusProxyFormatType
retry_count int The retry count of RADIUS proxy
retry_delay int The retry delay of RADIUS proxy
dead_time int The dead time of RADIUS proxy
enable_inject_operator_name_attribute bool The flag for enable inject operator name attribute [optional]
clients list[XiqCreateRadiusClient] The RADIUS clients of RADIUS proxy [optional]
realms list[XiqCreateRadiusProxyRealm] The RADIUS realms of RADIUS proxy, provide at least two default RADIUS realms with name 'DEFAULT' and 'NULL'
device_ids list[int] The device IDS to assign RADIUS proxy

[Back to Model list] [Back to API list] [Back to README]