Twilio.Resources.Api.V2010.SIP.IpAccessControlList.IpAddress
(twilio_elixir v0.1.1)
Copy Markdown
View Source
IP addresses that have access to a SIP Domain
SID prefix: IP
Parent: /Accounts/{AccountSid}/SIP/IpAccessControlLists/{Sid}.json
Properties
| Field | Description |
|---|---|
account_sid | The unique id of the Account that is responsible for this resource. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| cidr_prefix_length | An integer representing the length of the CIDR prefix to use with this IP address when accepting traffic. By default the entire IP address is used. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| date_created | The date that this resource was created, given as GMT in RFC 2822 format.. Format: date-time-rfc-2822 |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
date_updated | The date that this resource was last updated, given as GMT in RFC 2822 format.. Format: date-time-rfc-2822 |
friendly_name | A human readable descriptive text for this resource, up to 255 characters long. |
ip_access_control_list_sid | The unique id of the IpAccessControlList resource that includes this resource. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
ip_address | An IP address in dotted decimal notation from which you want to accept traffic. Any SIP requests from this IP address will be allowed by Twilio. IPv4 only supported today. |
sid | A 34 character string that uniquely identifies this resource. |
uri | The URI for this resource, relative to https://api.twilio.com |
Summary
Types
@type t() :: %Twilio.Resources.Api.V2010.SIP.IpAccessControlList.IpAddress{ account_sid: String.t() | nil, cidr_prefix_length: integer(), date_created: String.t() | nil, date_updated: String.t() | nil, friendly_name: String.t() | nil, ip_access_control_list_sid: String.t() | nil, ip_address: String.t() | nil, sid: String.t() | nil, uri: String.t() | nil }