> 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/abac-calculation-status.md).

# AbacCalculationStatus

The aggregated ABAC recalculation status of an access control.

```graphql
enum AbacCalculationStatus {
  Failed
  NotApplicable
  Recalculating
  UpToDate
}
```

### Values

#### Failed <a href="#failed" id="failed"></a>

The most recent completed ABAC recalculation attempt failed and no newer recalculation is in flight.

#### NotApplicable <a href="#not-applicable" id="not-applicable"></a>

The access control is external or has no ABAC rules, so no recalculation applies.

#### Recalculating <a href="#recalculating" id="recalculating"></a>

An ABAC recalculation has been requested or is in progress and has not yet completed.

#### UpToDate <a href="#up-to-date" id="up-to-date"></a>

The most recent ABAC recalculation succeeded and no newer recalculation is in flight.

### Member Of

[`AccessControl`](/api/graphql/data-access/object-types/access-control.md) object
