WebResourceSite

data class WebResourceSite(val identifier: String, val type: String)

Constructors

Link copied to clipboard
constructor(identifier: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the identifier is a domain name.

Link copied to clipboard

The type of resource to be verified. Possible values are: INET_DOMAIN, SITE.