GetCustomHostnamesResultSslValidationRecord

data class GetCustomHostnamesResultSslValidationRecord(val emails: List<String>, val httpBody: String, val httpUrl: String, val txtName: String, val txtValue: String)

Constructors

constructor(emails: List<String>, httpBody: String, httpUrl: String, txtName: String, txtValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of email addresses that the certificate authority (CA) will use to complete domain validation.

Link copied to clipboard

The content that the certificate authority (CA) will expect to find at the http_url during the domain validation.

Link copied to clipboard

The url that will be checked during domain validation.

Link copied to clipboard

The hostname that the certificate authority (CA) will check for a TXT record during domain validation .

Link copied to clipboard

The TXT record that the certificate authority (CA) will check during domain validation.