ConfigDomainRedirect Object
Description
Domain redirect configuration.
Declaration
type ConfigDomainRedirect {
host: String
target: String
validated: Boolean
records: [ConfigDomainCertificateRecord!]
}
Fields
| Name | Type | Description |
|---|---|---|
host ⚠️ | String | Host to redirect from. This field is deprecated. ⚠️ Deprecated: No longer supported |
target ⚠️ | String | Target URL to redirect to. This field is deprecated. ⚠️ Deprecated: No longer supported |
validated | Boolean | Whether the redirect has been validated. |
records | [ConfigDomainCertificateRecord!] | DNS records required for redirect configuration. |