> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cert-manager-sdk-nodejs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cert-manager-sdk-nodejs/models/certificatedto.md).

# CertificateDto

The certificate information.

## Properties

| Name           | Type                                                                                        | Description                                           | Notes                                           |
| -------------- | ------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------- |
| **id**         | **string**                                                                                  | The certificate ID.                                   | \[optional] \[readonly] \[default to undefined] |
| **type**       | **string**                                                                                  | The resource type.                                    | \[optional] \[readonly] \[default to undefined] |
| **href**       | **string**                                                                                  | The URL to the object representation (absolute path). | \[optional] \[readonly] \[default to undefined] |
| **metadata**   | [**ResourceMetadataDto**](/cert-manager-sdk-nodejs/models/resourcemetadatadto.md)           |                                                       | \[optional] \[default to undefined]             |
| **properties** | [**CertificatePropertiesDto**](/cert-manager-sdk-nodejs/models/certificatepropertiesdto.md) |                                                       | \[optional] \[default to undefined]             |
