# `Twilio.Resources.Verify.V2.Service.Entity`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/verify/v2/service/entity.ex#L2)

Entity resource.

SID prefix: `YE`

Parent: `/Services/{Sid}`

## Sub-resources
- `challenges` — `/v2/Services/{service_sid}/Entities/{identity}/Challenges`
- `factors` — `/v2/Services/{service_sid}/Entities/{identity}/Factors`
- `new_factors` — `/v2/Services/{service_sid}/Entities/{identity}/Factors`

## Properties

| Field | Description |
|-------|-------------|
| `account_sid` | The unique SID identifier of the Account. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date that this Entity was created, given 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 that this Entity was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `identity` | The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.. PII: standard |
| `links` | Contains a dictionary of URL links to nested resources of this Entity.. Format: uri-map |
| `service_sid` | The unique SID identifier of the Service. |
| `sid` | A 34 character string that uniquely identifies this Entity. |
| `url` | The URL of this resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Verify.V2.Service.Entity{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  identity: String.t() | nil,
  links: map() | nil,
  service_sid: 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*
