AccountSettings

data class AccountSettings(val abuseContactEmail: String? = null, val defaultNameservers: String? = null, val enforceTwofactor: Boolean? = null, val useAccountCustomNsByDefault: Boolean? = null)

Constructors

Link copied to clipboard
constructor(abuseContactEmail: String? = null, defaultNameservers: String? = null, enforceTwofactor: Boolean? = null, useAccountCustomNsByDefault: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets an abuse contact email to notify for abuse reports.

Link copied to clipboard

Specifies the default nameservers to be used for new zones added to this account.

Link copied to clipboard

Indicates whether membership in this account requires that Two-Factor Authentication is enabled

Link copied to clipboard

Indicates whether new zones should use the account-level custom nameservers by default. Deprecated in favor of DNS Settings.