NSX-T Data Center REST API

LdapIdentitySourceSearchRequestParameters (type)

{
  "additionalProperties": false, 
  "description": "To search for a user or group in an LDAP identity source, provide a filter_value. The directory will be searched for users and groups that match the search string.  User searches:  For Active Directory sources, the directory will be searched for users whose commonName (CN) property contains the given string and for users whose samAccountName property contains the given string. For OpenLDAP sources, the directory will be searched for users whose commonName (CN) property contains the given string and for users whose uid property contains the given string.  Group searches:  For both Active Directory and OpenLDAP sources, the directory will be searched for groups whose commonName (CN) property contains the the given string.  The LDAP server may impose a limit on the number of returned entries.", 
  "id": "LdapIdentitySourceSearchRequestParameters", 
  "module_id": "LdapIdentitySources", 
  "properties": {
    "filter_value": {
      "description": "A string to use when searching for users and groups in the LDAP identity source.", 
      "required": true, 
      "title": "Search filter value", 
      "type": "string"
    }
  }, 
  "title": "Arguments for searching users and groups", 
  "type": "object"
}