configuration / system / ext-auth / ldap / advanced

CLI REST-API

time-limits

The submenu time-limits (LDAP time limit configuration) contains the following:

Menus: none

Objects:
bind-time-limit (bind time limit)

Commands: none



See also:
/configuration/system/ext-auth/ldap/advanced/time-limits/bind-time-limit: bind time limit

REST-API Support:


This menu is supported by the REST API:

Method: GET
URL: /api/configuration/system/ext-auth/ldap/advanced/time-limits


Example using curl:
curl /api/configuration/system/ext-auth/ldap/advanced/time-limits


Method: PATCH
URL: /api/configuration/system/ext-auth/ldap/advanced/time-limits
Body:
{
  \"objects\": \"new-values\"
}

Example using curl:
curl -X PATCH /api/configuration/system/ext-auth/ldap/advanced/time-limits
-d "{
  \"objects\": \"new-values\"
}"