github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010SipIpAddress.md (about) 1 # ApiV2010SipIpAddress 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 8 **AccountSid** | Pointer to **string** | The unique id of the Account that is responsible for this resource. | 9 **FriendlyName** | Pointer to **string** | A human readable descriptive text for this resource, up to 255 characters long. | 10 **IpAddress** | Pointer to **string** | 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. | 11 **CidrPrefixLength** | Pointer to **int** | 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. | 12 **IpAccessControlListSid** | Pointer to **string** | The unique id of the IpAccessControlList resource that includes this resource. | 13 **DateCreated** | Pointer to **string** | The date that this resource was created, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | 14 **DateUpdated** | Pointer to **string** | The date that this resource was last updated, given as GMT in [RFC 2822](https://www.php.net/manual/en/class.datetime.php#datetime.constants.rfc2822) format. | 15 **Uri** | Pointer to **string** | The URI for this resource, relative to `https://api.twilio.com` | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19