extremecloudiq.model.xiq_external_user_directory.XiqExternalUserDirectory
The setting for external user directory, AD or LDAP
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
The setting for external user directory, AD or LDAP
Key
Input Type
Accessed Type
Description
Notes
user_group_attribute
str,
str,
The user group attribute, use string such as: 'memberOf'
if omitted the server will use the default value of "memberOf"
enable_radius_server_credential_caching
bool,
BoolClass,
Caching credentials allows for better performance and higher availability by reducing the dependence on RADIUS servers across high-latency WAN links.
entries
list, tuple,
tuple,
The external user directory server entries
local_check_interval
decimal.Decimal, int,
decimal.Decimal,
Time to user local cache if none of the external servers are reachable in seconds
if omitted the server will use the default value of 300value must be a 32 bit integer
cache_lifetime
decimal.Decimal, int,
decimal.Decimal,
Retain Cache for
if omitted the server will use the default value of 86400value must be a 32 bit integer
remote_check_interval
decimal.Decimal, int,
decimal.Decimal,
Try the next backup server after specified seconds
if omitted the server will use the default value of 30value must be a 32 bit integer
external_user_directory_type
XiqExternalUserDirectoryType
XiqExternalUserDirectoryType
ldap_retry_interval
decimal.Decimal, int,
decimal.Decimal,
Retry the previously unresponsive primary server after the specified seconds
if omitted the server will use the default value of 600value must be a 32 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]
The external user directory server entries
Input Type
Accessed Type
Description
Notes
list, tuple,
tuple,
The external user directory server entries
[Back to Model list] [Back to API list] [Back to README]