# `Twilio.Resources.Conversations.V1.Credential`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/conversations/v1/credential.ex#L2)

A Credential resource represents a push notification credential.

SID prefix: `CR`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The unique ID of the [Account](https://www.twilio.com/docs/iam/api/account) responsible for this credential. |
| `date_created` | The date that this resource was created.. Format: date-time |
| `date_updated` | The date that this resource was last updated.. Format: date-time |
| `friendly_name` | The human-readable name of this credential, limited to 64 characters. Optional.. PII: standard |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `sandbox` | [APN only] Whether to send the credential to sandbox APNs. Can be `true` to send to sandbox APNs or `false` to send to production. |
| `sid` | A 34 character string that uniquely identifies this resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `type` | The type of push-notification service the credential is for. Can be: `fcm`, `gcm`, or `apn`.. Values: `apn`, `gcm`, `fcm` |
| `url` | An absolute API resource URL for this credential.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Conversations.V1.Credential{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  friendly_name: String.t() | nil,
  sandbox: String.t() | nil,
  sid: String.t() | nil,
  type: String.t(),
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

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