DnsResourceRecordResponse

data class DnsResourceRecordResponse(val data: String, val name: String, val type: String)

The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.

Constructors

Link copied to clipboard
constructor(data: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data of the DNS Resource Record.

Link copied to clipboard

Fully qualified name of the DNS Resource Record. e.g. _acme-challenge.example.com

Link copied to clipboard

Type of the DNS Resource Record. Currently always set to "CNAME".