ContactSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines the contact information associated with a Registration
.
ICANN <https://icann.org/>
__ 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.
Attributes
Name | Description |
privacy |
google.cloud.domains_v1.types.ContactPrivacy
Required. Privacy setting for the contacts associated with the ``Registration``. |
registrant_contact |
google.cloud.domains_v1.types.ContactSettings.Contact
Required. 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.* |
admin_contact |
google.cloud.domains_v1.types.ContactSettings.Contact
Required. The administrative contact for the ``Registration``. |
technical_contact |
google.cloud.domains_v1.types.ContactSettings.Contact
Required. The technical contact for the ``Registration``. |
Inheritance
builtins.object > proto.message.Message > ContactSettingsClasses
Contact
Contact(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details required for a contact associated with a Registration
.