route53domains_update_domain_contact_privacy {paws.networking} | R Documentation |
This operation updates the specified domain contact's privacy setting
Description
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.
Usage
route53domains_update_domain_contact_privacy(
DomainName,
AdminPrivacy = NULL,
RegistrantPrivacy = NULL,
TechPrivacy = NULL,
BillingPrivacy = NULL
)
Arguments
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. |