> 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-request-outcome.md).

# AccessRequestOutcome

The possible outcomes for an access request

```graphql
enum AccessRequestOutcome {
  Cancelled
  Implemented
  Incomplete
  None
  NotImplemented
  PartiallyImplemented
  Rejected
}
```

### Values

#### Cancelled <a href="#cancelled" id="cancelled"></a>

Canceled by the requester.

#### Implemented <a href="#implemented" id="implemented"></a>

Fully implemented when closed.

#### Incomplete <a href="#incomplete" id="incomplete"></a>

Only some elements of the request are currently implemented (on open).

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

Not implemented yet.

#### NotImplemented <a href="#not-implemented" id="not-implemented"></a>

Nothing has been implemented yet (on open)

#### PartiallyImplemented <a href="#partially-implemented" id="partially-implemented"></a>

Only some elements of the request were implemented when closed.

#### Rejected <a href="#rejected" id="rejected"></a>

Rejected by one of the assignees.

### Member Of

[`AccessRequest`](/api/graphql/data-access/object-types/access-request.md) object ● [`AccessRequestFilterInput`](/api/graphql/data-access/input-types/access-request-filter-input.md) input ● [`AccessRequestStatusUpdate`](/api/graphql/data-access/object-types/access-request-status-update.md) object ● [`AccessRequestWhatItem`](/api/graphql/data-access/object-types/access-request-what-item.md) object
