github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010NewKey.md (about) 1 # ApiV2010NewKey 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that that we created to identify the NewKey resource. You will use this as the basic-auth `user` when authenticating to the API. | 8 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. | 9 **DateCreated** | Pointer to **string** | The date and time in GMT that the API Key was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 10 **DateUpdated** | Pointer to **string** | The date and time in GMT that the new API Key was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 11 **Secret** | Pointer to **string** | The secret your application uses to sign Access Tokens and to authenticate to the REST API (you will use this as the basic-auth `password`). **Note that for security reasons, this field is ONLY returned when the API Key is first created.** | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15