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" : 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" : Some data from
ContactSettings
is publicly available. The actual information redacted depends on the domain. For details, see the registration privacy article.
Implementation
core.String? privacy;