ConfigDomainCertificateRecord Object
Description
DNS record for domain certificate configuration.
Declaration
type ConfigDomainCertificateRecord {
type: String
name: String!
value: String!
}
Fields
| Name | Type | Description |
|---|---|---|
type | String | DNS record type (e.g., "A", "CNAME", "TXT"). |
name | String! | DNS record name. |
value | String! | DNS record value. |