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

Policies resource.

SID prefix: `RN`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `friendly_name` | A human-readable description that is assigned to describe the Policy resource. Examples can include Primary Customer profile policy |
| `requirements` | The SID of an object that holds the policy information |
| `sid` | The unique string that identifies the Policy resource. |
| `url` | The absolute URL of the Policy resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Trusthub.V1.Policies{
  friendly_name: String.t() | nil,
  requirements: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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