DnsVerification

Contains DNS verification details for a target domain, including the DNS record to create for domain ownership verification.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the DNS record to create for verification.

Link copied to clipboard

The type of DNS record to create. Currently, only TXT is supported.

Link copied to clipboard

The verification token to include in the DNS record value.

Functions

Link copied to clipboard
inline fun copy(block: DnsVerification.Builder.() -> Unit = {}): DnsVerification
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String