github.com/twilio/twilio-go@v1.20.1/rest/trusthub/v1/docs/TrusthubV1CustomerProfile.md (about)

     1  # TrusthubV1CustomerProfile
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Customer-Profile resource. |
     8  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Customer-Profile resource. |
     9  **PolicySid** | Pointer to **string** | The unique string of a policy that is associated to the Customer-Profile resource. |
    10  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the resource. |
    11  **Status** | Pointer to [**string**](CustomerProfileEnumStatus.md) |  |
    12  **ValidUntil** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until. |
    13  **Email** | Pointer to **string** | The email address that will receive updates when the Customer-Profile resource changes status. |
    14  **StatusCallback** | Pointer to **string** | The URL we call to inform your application of status changes. |
    15  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    16  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    17  **Url** | Pointer to **string** | The absolute URL of the Customer-Profile resource. |
    18  **Links** | Pointer to **map[string]interface{}** | The URLs of the Assigned Items of the Customer-Profile resource. |
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22