# `Twilio.Resources.Api.V2010.SIP.Domain.Auth.Call.AuthCallsIpAccessControlListMapping`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/api/v2010/sip/domain/auth/call/auth_calls_ip_access_control_list_mapping.ex#L2)

IP address lists for SIP calls

SID prefix: `AL`

Parent: `/Accounts/{AccountSid}/SIP/Domains/{DomainSid}/Auth/Calls.json`

## 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 IpAccessControlListMapping resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time-rfc-2822 |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time-rfc-2822 |
| `friendly_name` | The string that you assigned to describe the resource.. PII: standard |
| `sid` | The unique string that that we created to identify the IpAccessControlListMapping resource. |

# `t`

```elixir
@type t() ::
  %Twilio.Resources.Api.V2010.SIP.Domain.Auth.Call.AuthCallsIpAccessControlListMapping{
    account_sid: String.t() | nil,
    date_created: String.t() | nil,
    date_updated: String.t() | nil,
    friendly_name: String.t() | nil,
    sid: String.t() | nil
  }
```

# `object_name`

# `sid_prefix`

---

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