# `Twilio.Resources.Trusthub.V1.TrustProducts`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/trusthub/v1/trust_products.ex#L2)

TrustProducts resource.

SID prefix: `BU`

## Sub-resources
- `trust_products_channel_endpoint_assignment` — `/v1/TrustProducts/{trust_product_sid}/ChannelEndpointAssignments`
- `trust_products_entity_assignments` — `/v1/TrustProducts/{trust_product_sid}/EntityAssignments`
- `trust_products_evaluations` — `/v1/TrustProducts/{trust_product_sid}/Evaluations`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Trust Product resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `email` | The email address that will receive updates when the Trust Product resource changes status. |
| `errors` | The error codes associated with the rejection of the Trust Product. |
| `friendly_name` | The string that you assigned to describe the resource. |
| `links` | The URLs of the Assigned Items of the Trust Product resource.. Format: uri-map |
| `policy_sid` | The unique string of the policy that is associated with the Trust Product resource. |
| `sid` | The unique string that we created to identify the Trust Product resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `status` | The verification status of the Trust Product resource.. Values: `draft`, `pending-review`, `in-review`, `twilio-rejected`, `twilio-approved` |
| `status_callback` | The URL we call to inform your application of status changes.. Format: uri |
| `url` | The absolute URL of the Trust Product resource.. Format: uri |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `valid_until` | The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format until which the resource will be valid.. Format: date-time |

# `t`

```elixir
@type t() :: %Twilio.Resources.Trusthub.V1.TrustProducts{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  email: String.t() | nil,
  errors: list() | nil,
  friendly_name: String.t() | nil,
  links: map() | nil,
  policy_sid: String.t() | nil,
  sid: String.t() | nil,
  status: String.t(),
  status_callback: String.t() | nil,
  url: String.t() | nil,
  valid_until: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
