AccountSettingsArgs

data class AccountSettingsArgs(val abuseContactEmail: Output<String>? = null, val defaultNameservers: Output<String>? = null, val enforceTwofactor: Output<Boolean>? = null, val useAccountCustomNsByDefault: Output<Boolean>? = null) : ConvertibleToJava<AccountSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val abuseContactEmail: Output<String>? = null

Sets an abuse contact email to notify for abuse reports.

Link copied to clipboard
val defaultNameservers: Output<String>? = null

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

Link copied to clipboard
val enforceTwofactor: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AccountSettingsArgs