Module: Google::Cloud::Domains::V1::ContactPrivacy
- Defined in:
- proto_docs/google/cloud/domains/v1/domains.rb
Overview
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.
Constant Summary collapse
- CONTACT_PRIVACY_UNSPECIFIED =
The contact privacy settings are undefined.
0
- PUBLIC_CONTACT_DATA =
All the data from
ContactSettings
is publicly available. When setting this option, you must also provide aPUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT
in thecontact_notices
field of the request. 1
- PRIVATE_CONTACT_DATA =
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. 2
- REDACTED_CONTACT_DATA =
Some data from
ContactSettings
is publicly available. The actual information redacted depends on the domain. For details, see the registration privacy article. 3