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

User provided public keys

SID prefix: `CR`

Parent: `/Credentials`

## 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 Credential that the PublicKey resource belongs to. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) 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 [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time |
| `friendly_name` | The string that you assigned to describe the resource.. PII: standard |
| `sid` | The unique string that that we created to identify the PublicKey resource. |
| `url` | The URI for this resource, relative to `https://accounts.twilio.com`. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Accounts.V1.Credential.PublicKey{
  account_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  friendly_name: 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*
