ContactSettingsPrivacy

enum ContactSettingsPrivacy : Enum<ContactSettingsPrivacy> , ConvertibleToJava<ContactSettingsPrivacy>

Required. Privacy setting for the contacts associated with the Registration.

Entries

Link copied to clipboard

The contact privacy settings are undefined.

Link copied to clipboard

All the data from ContactSettings is publicly available. When setting this option, you must also provide a PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT in the contact_notices field of the request.

Link copied to clipboard

None of the data from ContactSettings is publicly available. Instead, proxy contact data is published for your domain. Email sent to the proxy email address is forwarded to the registrant's email address. Cloud Domains provides this privacy proxy service at no additional cost.

Link copied to clipboard

Some data from ContactSettings is publicly available. The actual information redacted depends on the domain. For details, see the registration privacy article.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ContactSettingsPrivacy
Link copied to clipboard
Link copied to clipboard