---
title: LDAP.LDAPSearchSettingsItem
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/ldap/ldapsearchsettingsitem
---

# LDAP.LDAPSearchSettingsItem

An array of search settings dictionaries.

## Declaration

```data
object LDAP.LDAPSearchSettingsItem
```

## Properties

LDAPSearchSettingDescription: The description of this search setting. LDAPSearchSettingScope: The type of recursion to use in the search: LDAPSearchSettingScopeBase: The search uses only the immediate node that the search base points to. LDAPSearchSettingScopeOneLevel: The search uses the node plus its immediate children. LDAPSearchSettingScopeSubtree: The search uses the node plus all children, regardless of depth. LDAPSearchSettingSearchBase: The path to the node where a search should start.
