Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

LDAPSettings.md

File metadata and controls

17 lines (14 loc) · 1.15 KB

LDAPSettings

Properties

Name Type Description Notes
connection_settings LdapConnectionSettings
identifier str This is the LDAP setting identifier.
user_settings_list list[LdapUserSettings] This is the user settings list in LDAP setting. [optional]
group_settings_list list[LdapGroupSettings] This is the group settings list in LDAP setting. [optional]
display_name str This is the LDAP setting display name.
cron_expression str This is the cron expression in LDAP Settings. [optional]
next_iterations list[int] This is the list of iterations for next LDAP sync job. [optional]
disabled bool This tells if LDAP Settings is disabled or not, LDAP sync won't happen in disabled state. [optional]
settings_type str [optional]

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