Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 4.76 KB

XiqUpdateInternalRadiusServerRequest.md

File metadata and controls

47 lines (39 loc) · 4.76 KB

extremecloudiq.model.xiq_update_internal_radius_server_request.XiqUpdateInternalRadiusServerRequest

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
enable_check_user_for_tls_auth bool, BoolClass, Enable check user for TLS auth or not
server_key_id decimal.Decimal, int, decimal.Decimal, The Server key ID, which could be fetched from endpoint: '/certificates' and pick up with type 'KEY' value must be a 64 bit integer
ca_certificate_id decimal.Decimal, int, decimal.Decimal, The CA certificate ID, which could be fetched from endpoint: '/certificates' and pick up with type 'CA' value must be a 64 bit integer
authentication_method_group XiqInternalRadiusServerAuthenticationMethodGroup XiqInternalRadiusServerAuthenticationMethodGroup
enable_verify_server_cert bool, BoolClass, Enable verify server cert or not
name str, str, The internal RADIUS server name
enable_radius_accounting_settings bool, BoolClass, Enable the RADIUS server as accounting or not, must enable authentication server if want to enable accounting settings
server_certificate_id decimal.Decimal, int, decimal.Decimal, The Server certificate ID, which could be fetched from endpoint: '/certificates' and pick up with type 'CERT' value must be a 64 bit integer
default_authentication_method XiqInternalRadiusServerAuthenticationMethod XiqInternalRadiusServerAuthenticationMethod
enable_check_cert_common_name bool, BoolClass, Enable check cert common name or not
enable_authentication_server bool, BoolClass, Enable the RADIUS server as authentication or not
description str, str, The internal RADIUS server description [optional]
server_key_password str, str, password for server key [optional]
enable_check_user_for_peap_auth bool, BoolClass, Enable check user for PEAP auth or not, for Active Directory as the external user directory only [optional]
enable_check_user_for_ttls_auth bool, BoolClass, Enable check user for TTLS auth or not, for Active Directory as the external user directory only [optional]
authentication_server_port decimal.Decimal, int, decimal.Decimal, Port for the authentication, must enable authentication. Max:65535, Min:1 [optional] if omitted the server will use the default value of 1812value must be a 32 bit integer
active_session_limit decimal.Decimal, int, decimal.Decimal, Active session limit, must enable accounting setting. Max:15, Min:0 [optional] if omitted the server will use the default value of 0value must be a 32 bit integer
active_session_age_timeout decimal.Decimal, int, decimal.Decimal, Active session age timeout in seconds, must enable accounting setting. Max:300000000, Min:0 [optional] if omitted the server will use the default value of 30value must be a 32 bit integer
clients list, tuple, tuple, The RADIUS clients of RADIUS proxy, which could be fetched form endpoint: '/radius-proxy' [optional]
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]

clients

The RADIUS clients of RADIUS proxy, which could be fetched form endpoint: '/radius-proxy'

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The RADIUS clients of RADIUS proxy, which could be fetched form endpoint: '/radius-proxy'

Tuple Items

Class Name Input Type Accessed Type Description Notes
XiqRadiusClient XiqRadiusClient XiqRadiusClient

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