# `Ash.ForbiddenField`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/forbidden_field.ex#L5)

Represents a field that was hidden due to authorization rules.

# `field_type`

```elixir
@type field_type() :: :aggregate | :attribute | :calculation | :relationship
```

# `t`

```elixir
@type t() :: %Ash.ForbiddenField{
  field: atom(),
  original_value: term(),
  type: field_type()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
