> 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/certificatecollectiondto.md).

# CertificateCollectionDto

A collection of certificates.

## Properties

| Name        | Type                                                                                                  | Description                                           | Notes                                           |
| ----------- | ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------- |
| **id**      | **string**                                                                                            | The resource 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] |
| **items**   | [**Array\<CertificateDto>**](/cert-manager-sdk-nodejs/models/certificatedto.md)                       | The list of certificates.                             | \[optional] \[readonly] \[default to undefined] |
| **offset**  | **number**                                                                                            | The pagination offset.                                | \[optional] \[readonly] \[default to undefined] |
| **limit**   | **number**                                                                                            | The pagination limit.                                 | \[optional] \[readonly] \[default to undefined] |
| **\_links** | [**CertificateCollectionDtoLinks**](/cert-manager-sdk-nodejs/models/certificatecollectiondtolinks.md) |                                                       | \[optional] \[default to undefined]             |
