View source: R/route53domains_operations.R
route53domains_update_domain_contact_privacy | R Documentation |
This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, your contact information is replaced with contact information for the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of \<domain name\> owner."
See https://www.paws-r-sdk.com/docs/route53domains_update_domain_contact_privacy/ for full documentation.
route53domains_update_domain_contact_privacy(
DomainName,
AdminPrivacy = NULL,
RegistrantPrivacy = NULL,
TechPrivacy = NULL,
BillingPrivacy = NULL
)
DomainName |
[required] The name of the domain that you want to update the privacy setting for. |
AdminPrivacy |
Whether you want to conceal contact information from WHOIS queries. If
you specify You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts. |
RegistrantPrivacy |
Whether you want to conceal contact information from WHOIS queries. If
you specify You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts. |
TechPrivacy |
Whether you want to conceal contact information from WHOIS queries. If
you specify You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts. |
BillingPrivacy |
Whether you want to conceal contact information from WHOIS queries. If
you specify You must specify the same privacy setting for the administrative, billing, registrant, and technical contacts. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.