# `Twilio.Resources.Supersim.V1.ESimProfile`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/supersim/v1/e_sim_profile.ex#L2)

eSIM Profiles that can be loaded onto consumer eUICC SIMs

SID prefix: `HP`

## 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) to which the eSIM Profile resource belongs. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `activation_code` | Combined machine-readable activation code for acquiring an eSIM Profile with the Activation Code download method. Can be used in a QR code to download an eSIM profile. |
# 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 |
| `eid` | Identifier of the eUICC that can claim the eSIM Profile. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `error_code` | Code indicating the failure if the download of the SIM Profile failed and the eSIM Profile is in `failed` state. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `error_message` | Error message describing the failure if the download of the SIM Profile failed and the eSIM Profile is in `failed` state. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `iccid` | The [ICCID](https://en.wikipedia.org/wiki/Subscriber_identity_module#ICCID) associated with the Sim resource.. PII: standard |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `matching_id` | Unique identifier of the eSIM profile that can be used to identify and download the eSIM profile from the SM-DP+ server. Populated if `generate_matching_id` is set to `true` when creating the eSIM profile reservation. |
| `sid` | The unique string that we created to identify the eSIM Profile resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `sim_sid` | The SID of the [Sim](https://www.twilio.com/docs/iot/supersim/api/sim-resource) resource that this eSIM Profile controls. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `smdp_plus_address` | Address of the SM-DP+ server from which the Profile will be downloaded. The URL will appear once the eSIM Profile reaches the status `available`.. Format: uri |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `status` | The status of the eSIM Profile. Can be: `new`, `reserving`, `available`, `downloaded`, `installed` or `failed`. See the [eSIM Profile Status Values](https://www.twilio.com/docs/iot/supersim/api/esimprofile-resource#status-values) for a description of each.. Values: `new`, `reserving`, `available`, `downloaded`, `installed`, `failed` |
| `url` | The absolute URL of the eSIM Profile resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Supersim.V1.ESimProfile{
  account_sid: String.t() | nil,
  activation_code: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  eid: String.t() | nil,
  error_code: String.t() | nil,
  error_message: String.t() | nil,
  iccid: String.t() | nil,
  matching_id: String.t() | nil,
  sid: String.t() | nil,
  sim_sid: String.t() | nil,
  smdp_plus_address: String.t() | nil,
  status: String.t(),
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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