# `Twilio.Resources.Messaging.V1.LinkShortening.Domain.DomainCerts`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/messaging/v1/link_shortening/domain/domain_certs.ex#L2)

DomainCerts resource.

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `cert_in_validation` | Optional JSON field describing the status and upload date of a new certificate in the process of validation |
| `certificate_sid` | The unique string that we created to identify this Certificate resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | Date that this Domain was registered to the Twilio platform to create a new Domain object.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_expires` | Date that the private certificate associated with this domain expires. You will need to update the certificate before that date to ensure your shortened links will continue to work.. Format: date-time |
| `date_updated` | Date that this Domain was last updated.. Format: date-time |
| `domain_name` | Full url path for this domain.. Format: uri |
| `domain_sid` | The unique string that we created to identify the Domain resource. |
| `url` | Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Messaging.V1.LinkShortening.Domain.DomainCerts{
  cert_in_validation: String.t() | nil,
  certificate_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_expires: String.t() | nil,
  date_updated: String.t() | nil,
  domain_name: String.t() | nil,
  domain_sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

---

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