Account Settings Args
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>
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.