DnsRecord interface

A class that represents a VerificationStatus record.

Properties

name

Name of the DNS record. NOTE: This property will not be serialized. It can only be populated by the server.

ttl

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. NOTE: This property will not be serialized. It can only be populated by the server.

type

Type of the DNS record. Example: TXT NOTE: This property will not be serialized. It can only be populated by the server.

value

Value of the DNS record. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

name

Name of the DNS record. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

ttl?: number

Property Value

number

type

Type of the DNS record. Example: TXT NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

value

Value of the DNS record. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Property Value

string