DnsRecord interface
A class that represents a VerificationStatus record.
Properties
| name | Name of the DNS record. |
| ttl | Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. |
| type | Type of the DNS record. Example: TXT |
| value | Value of the DNS record. |
Property Details
name
Name of the DNS record.
name?: string
Property Value
string
ttl
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.
ttl?: number
Property Value
number
type
Type of the DNS record. Example: TXT
type?: string
Property Value
string
value
Value of the DNS record.
value?: string
Property Value
string