privacy property
Privacy setting for the contacts associated with the Registration
.
Required. Possible string values are:
- "CONTACT_PRIVACY_UNSPECIFIED" : The contact privacy settings are undefined.
- "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. - "PRIVATE_CONTACT_DATA" : Deprecated: For more information, see
Cloud Domains feature deprecation.
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. - "REDACTED_CONTACT_DATA" : The organization name (if provided) and
limited non-identifying data from
ContactSettings
is available to the public (e.g. country and state). The remaining data is marked asREDACTED FOR PRIVACY
in the WHOIS database. The actual information redacted depends on the domain. For details, see the registration privacy article.
Implementation
core.String? privacy;