| Name | Type | Description | Notes |
|---|---|---|---|
| id | uuid::Uuid | [readonly] | |
| created_at | String | [readonly] | |
| updated_at | Option<String> | [optional][readonly] | |
| domain | String | your custom domain | |
| generate_certificate | bool | to control if a certificate has to be generated for this custom domain by Qovery. The default value is true. This flag should be set to false if a CDN or other entities are managing the certificate for the specified domain and the traffic is proxied by the CDN to Qovery. |
|
| use_cdn | Option<bool> | Indicates if the custom domain is behind a CDN (i.e Cloudflare). This will condition the way we are checking CNAME before & during a deployment: * If true then we only check the domain points to an IP * If false then we check that the domain resolves to the correct service Load Balancer |
[optional] |
| validation_domain | Option<String> | URL provided by Qovery. You must create a CNAME on your DNS provider using that URL | [optional] |
| status | Option<models::CustomDomainStatusEnum> | [optional] |