# `Twilio.Resources.Trunking.V1.Trunk.IpAccessControlList`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/trunking/v1/trunk/ip_access_control_list.ex#L2)

List of IP addresses for accessing a trunk

SID prefix: `AL`

Parent: `/Trunks/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the IpAccessControlList resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time |
| `friendly_name` | The string that you assigned to describe the resource. |
| `sid` | The unique string that we created to identify the IpAccessControlList resource. |
| `trunk_sid` | The SID of the Trunk the resource is associated with. |
| `url` | The absolute URL of the resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Trunking.V1.Trunk.IpAccessControlList{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  friendly_name: String.t() | nil,
  sid: String.t() | nil,
  trunk_sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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