AbacCalculationStatus
Last updated
Was this helpful?
The aggregated ABAC recalculation status of an access control.
enum AbacCalculationStatus {
Failed
NotApplicable
Recalculating
UpToDate
}The most recent completed ABAC recalculation attempt failed and no newer recalculation is in flight.
The access control is external or has no ABAC rules, so no recalculation applies.
An ABAC recalculation has been requested or is in progress and has not yet completed.
The most recent ABAC recalculation succeeded and no newer recalculation is in flight.
AccessControl object
Last updated
Was this helpful?
Was this helpful?