For the complete documentation index, see llms.txt. This page is also available as Markdown.

AbacCalculationStatus

The aggregated ABAC recalculation status of an access control.

enum AbacCalculationStatus {
  Failed
  NotApplicable
  Recalculating
  UpToDate
}

Values

Failed

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

NotApplicable

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

Recalculating

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

UpToDate

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

Member Of

AccessControl object

Last updated

Was this helpful?