CustomHostnameOwnershipVerificationHttp

data class CustomHostnameOwnershipVerificationHttp(val httpBody: String? = null, val httpUrl: String? = null)

Constructors

Link copied to clipboard
constructor(httpBody: String? = null, httpUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpBody: String? = null

Token to be served.

Link copied to clipboard
val httpUrl: String? = null

The HTTP URL that will be checked during custom hostname verification and where the customer should host the token.