> 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/access-control-for-data-object-inheritance-direction.md).

# AccessControlForDataObjectInheritanceDirection

The possible values for listing access controls for a data object, to also include its descendants and/or ancestors.

```graphql
enum AccessControlForDataObjectInheritanceDirection {
  Both
  Child
  None
  Parent
}
```

### Values

#### Both <a href="#both" id="both"></a>

#### Child <a href="#child" id="child"></a>

#### None <a href="#none" id="none"></a>

#### Parent <a href="#parent" id="parent"></a>

### Member Of

[`AccessControlForDataObjectFilterInput`](/api/graphql/data-access/input-types/access-control-for-data-object-filter-input.md) input
