github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Account.md (about) 1 # ApiV2010Account 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AuthToken** | Pointer to **string** | The authorization token for this account. This token should be kept a secret, so no sharing. | 8 **DateCreated** | Pointer to **string** | The date that this account was created, in GMT in RFC 2822 format | 9 **DateUpdated** | Pointer to **string** | The date that this account was last updated, in GMT in RFC 2822 format. | 10 **FriendlyName** | Pointer to **string** | A human readable description of this account, up to 64 characters long. By default the FriendlyName is your email address. | 11 **OwnerAccountSid** | Pointer to **string** | The unique 34 character id that represents the parent of this account. The OwnerAccountSid of a parent account is it's own sid. | 12 **Sid** | Pointer to **string** | A 34 character string that uniquely identifies this resource. | 13 **Status** | Pointer to [**string**](AccountEnumStatus.md) | | 14 **SubresourceUris** | Pointer to **map[string]interface{}** | A Map of various subresources available for the given Account Instance | 15 **Type** | Pointer to [**string**](AccountEnumType.md) | | 16 **Uri** | Pointer to **string** | The URI for this resource, relative to `https://api.twilio.com` | 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20