RegistrationContactSettingsArgs

data class RegistrationContactSettingsArgs(val adminContact: Output<RegistrationContactSettingsAdminContactArgs>, val privacy: Output<String>, val registrantContact: Output<RegistrationContactSettingsRegistrantContactArgs>, val technicalContact: Output<RegistrationContactSettingsTechnicalContactArgs>) : ConvertibleToJava<RegistrationContactSettingsArgs>

Constructors

Link copied to clipboard
constructor(adminContact: Output<RegistrationContactSettingsAdminContactArgs>, privacy: Output<String>, registrantContact: Output<RegistrationContactSettingsRegistrantContactArgs>, technicalContact: Output<RegistrationContactSettingsTechnicalContactArgs>)

Properties

Link copied to clipboard

Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain. Warning: For new Registrations, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension. Structure is documented below.

Link copied to clipboard
val privacy: Output<String>

Required. Privacy setting for the contacts associated with the Registration. Values are PUBLIC_CONTACT_DATA, PRIVATE_CONTACT_DATA, and REDACTED_CONTACT_DATA

Link copied to clipboard

Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain. Warning: For new Registrations, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension. Structure is documented below.

Link copied to clipboard

Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain. Warning: For new Registrations, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): RegistrationContactSettingsArgs