Cloud Domains v1beta1 API - Enum ContactPrivacy (2.0.0-beta04)

public enum ContactPrivacy

Reference documentation and code samples for the Cloud Domains v1beta1 API enum ContactPrivacy.

Defines a set of possible contact privacy settings for a Registration.

ICANN maintains the WHOIS database, a publicly accessible mapping from domain name to contact information, and requires that each domain name have an entry. Choose from these options to control how much information in your ContactSettings is published.

Namespace

Google.Cloud.Domains.V1Beta1

Assembly

Google.Cloud.Domains.V1Beta1.dll

Fields

NameDescription
PrivateContactData

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.

PublicContactData

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.

RedactedContactData

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

Unspecified

The contact privacy settings are undefined.