Values.DnsVerificationSourceContains DNS verification details for a target domain, including the DNS record to create for domain ownership verification.
type nonrec t = {token : String_.t option;The verification token to include in the DNS record value.
*)dnsRecordName : String_.t option;The name of the DNS record to create for verification.
*)dnsRecordType : DNSRecordType.t option;The type of DNS record to create. Currently, only TXT is supported.
*)}