GetDomainsDomain

data class GetDomainsDomain(val cnameAuthStatus: String, val cnameConfirmStatus: String, val cnameRecord: String, val createTime: String, val defaultDomain: String, val dkimAuthStatus: String, val dkimPublicKey: String, val dkimRr: String, val dmarcAuthStatus: String, val dmarcHostRecord: String, val dmarcRecord: String, val dnsDmarc: String, val dnsMx: String, val dnsSpf: String, val dnsTxt: String, val domainId: String, val domainName: String, val domainRecord: String, val domainType: String, val hostRecord: String, val icpStatus: String, val id: String, val mxAuthStatus: String, val mxRecord: String, val spfAuthStatus: String, val spfRecord: String, val status: String, val tlDomainName: String, val tracefRecord: String)

Constructors

Link copied to clipboard
constructor(cnameAuthStatus: String, cnameConfirmStatus: String, cnameRecord: String, createTime: String, defaultDomain: String, dkimAuthStatus: String, dkimPublicKey: String, dkimRr: String, dmarcAuthStatus: String, dmarcHostRecord: String, dmarcRecord: String, dnsDmarc: String, dnsMx: String, dnsSpf: String, dnsTxt: String, domainId: String, domainName: String, domainRecord: String, domainType: String, hostRecord: String, icpStatus: String, id: String, mxAuthStatus: String, mxRecord: String, spfAuthStatus: String, spfRecord: String, status: String, tlDomainName: String, tracefRecord: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether your ownership of the domain is verified.

Link copied to clipboard

Indicates whether the CNAME record is successfully verified. Note: cname_confirm_status takes effect only if enable_details is set to true.

Link copied to clipboard

The value of the CNAME record. Note: cname_record takes effect only if enable_details is set to true.

Link copied to clipboard

The time when the DNS record was created.

Link copied to clipboard

The default domain name. Note: default_domain takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DKIM validation flag. Note: dkim_auth_status takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DKIM public key. Note: dkim_public_key takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DKIM Host Record. Note: dkim_rr takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DMARC validation flag. Note: dmarc_auth_status takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DMARC Host Record. Note: dmarc_host_record takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DMARC record. Note: dmarc_record takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The DMARC record value resolved through public DNS. Note: dns_dmarc takes effect only if enable_details is set to true.

Link copied to clipboard

The MX record value resolved through public DNS. Note: dns_mx takes effect only if enable_details is set to true.

Link copied to clipboard

The SPF record value resolved through public DNS. Note: dns_spf takes effect only if enable_details is set to true.

Link copied to clipboard

The TXT record value resolved through public DNS. Note: dns_txt takes effect only if enable_details is set to true.

Link copied to clipboard

The ID of the domain name.

Link copied to clipboard

The domain name.

Link copied to clipboard

(Available since v1.227.1) The value of the Domain record.

Link copied to clipboard

The type of the domain. Note: domain_type takes effect only if enable_details is set to true.

Link copied to clipboard

(Available since v1.227.1) The value of the host record. Note: host_record takes effect only if enable_details is set to true.

Link copied to clipboard

The status of ICP filing.

Link copied to clipboard
val id: String

The ID of the Domain.

Link copied to clipboard

Indicates whether the MX record is successfully verified.

Link copied to clipboard

The MX verification record provided by the Direct Mail console. Note: mx_record takes effect only if enable_details is set to true.

Link copied to clipboard

Indicates whether the SPF record is successfully verified.

Link copied to clipboard

The SPF verification record provided by the Direct Mail console. Note: spf_record takes effect only if enable_details is set to true.

Link copied to clipboard

The status of the domain name. Valid values:

Link copied to clipboard

The primary domain name. Note: tl_domain_name takes effect only if enable_details is set to true.

Link copied to clipboard

The CNAME verification record provided by the Direct Mail console. Note: tracef_record takes effect only if enable_details is set to true.