Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 5.63 KB

XiqCreateInternalRadiusServerRequest.md

File metadata and controls

63 lines (51 loc) · 5.63 KB

extremecloudiq.model.xiq_create_internal_radius_server_request.XiqCreateInternalRadiusServerRequest

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
authentication_method_group XiqInternalRadiusServerAuthenticationMethodGroup XiqInternalRadiusServerAuthenticationMethodGroup
default_authentication_method XiqInternalRadiusServerAuthenticationMethod XiqInternalRadiusServerAuthenticationMethod
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
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
device_ids list, tuple, tuple, The list of device ID associated with the internal RADIUS server
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
external_user_directory XiqExternalUserDirectory XiqExternalUserDirectory
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:30 [optional] if omitted the server will use the default value of 1800value must be a 32 bit integer
clients list, tuple, tuple, The RADIUS clients of RADIUS proxy, which could be fetched from 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]

device_ids

The list of device ID associated with the internal RADIUS server

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, The list of device ID associated with the internal RADIUS server

Tuple Items

Class Name Input Type Accessed Type Description Notes
items decimal.Decimal, int, decimal.Decimal, The list of device ID associated with the internal RADIUS server value must be a 64 bit integer

clients

The RADIUS clients of RADIUS proxy, which could be fetched from 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 from 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]