github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Token.md (about)

     1  # ApiV2010Token
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Token resource. |
     8  **DateCreated** | Pointer to **string** | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
     9  **DateUpdated** | Pointer to **string** | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. |
    10  **IceServers** | Pointer to [**[]ApiV2010AccountTokenIceServers**](ApiV2010AccountTokenIceServers.md) | An array representing the ephemeral credentials and the STUN and TURN server URIs. |
    11  **Password** | Pointer to **string** | The temporary password that the username will use when authenticating with Twilio. |
    12  **Ttl** | Pointer to **string** | The duration in seconds for which the username and password are valid. |
    13  **Username** | Pointer to **string** | The temporary username that uniquely identifies a Token. |
    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