> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/enumerations/search-type.md).

# SearchType

The possible values for the entity types to search on.

```graphql
enum SearchType {
  AccessControl
  DataObject
  DataSource
  User
}
```

### Values

#### AccessControl <a href="#access-control" id="access-control"></a>

#### DataObject <a href="#data-object" id="data-object"></a>

#### DataSource <a href="#data-source" id="data-source"></a>

#### User <a href="#user" id="user"></a>

### Member Of

[`SearchFilterInput`](/api/graphql/data-access/input-types/search-filter-input.md) input
