github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010SipCredentialList.md (about) 1 # ApiV2010SipCredentialList 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The unique id of the [Account](https://www.twilio.com/docs/iam/api/account) that owns this resource. | 8 **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. | 9 **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. | 10 **FriendlyName** | Pointer to **string** | A human readable descriptive text that describes the CredentialList, up to 64 characters long. | 11 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 12 **SubresourceUris** | Pointer to **map[string]interface{}** | A list of credentials associated with this credential list. | 13 **Uri** | Pointer to **string** | The URI for this resource, relative to `https://api.twilio.com`. | 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17