Contact Settings Args
data class ContactSettingsArgs(val adminContact: Output<ContactArgs>, val privacy: Output<ContactSettingsPrivacy>, val registrantContact: Output<ContactArgs>, val technicalContact: Output<ContactArgs>) : ConvertibleToJava<ContactSettingsArgs>
Defines the contact information associated with a Registration
. ICANN requires all domain names to have associated contact information. The registrant_contact
is considered the domain's legal owner, and often the other contacts are identical.
Constructors
Link copied to clipboard
constructor(adminContact: Output<ContactArgs>, privacy: Output<ContactSettingsPrivacy>, registrantContact: Output<ContactArgs>, technicalContact: Output<ContactArgs>)
Properties
Link copied to clipboard
The administrative contact for the Registration
.
Link copied to clipboard
Privacy setting for the contacts associated with the Registration
.
Link copied to clipboard
The registrant contact for the Registration
. Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain. Warning: For new Registration
s, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension.
Link copied to clipboard
The technical contact for the Registration
.