> 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/object-types/who-abac-rule.md).

# WhoAbacRule

Represents a single ABAC rule for the WHO items of an access control.

```graphql
type WhoAbacRule {
  id: ID!
  promiseDuration: Duration
  rule: AbacComparisonExpression
  type: AccessWhoItemType!
}
```

### Fields

#### id ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#id" id="id"></a>

#### promiseDuration ● [`Duration`](/api/graphql/data-access/scalars/duration.md) scalar <a href="#promise-duration" id="promise-duration"></a>

In case `type=WhoPromise`, this indicates the duration of the promise.

#### rule ● [`AbacComparisonExpression`](/api/graphql/data-access/unions/abac-comparison-expression.md) union <a href="#rule" id="rule"></a>

The boolean expression defining the ABAC rule.

#### type ● [`AccessWhoItemType!`](/api/graphql/data-access/enumerations/access-who-item-type.md) non-null enum <a href="#type" id="type"></a>

Determines whether the users from this ABAC rule will get access granted directly or only a promise (pre-approval).

### Member Of

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