ds Records
Parameters
value
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled. Structure is documented below.
Parameters
values
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled. Structure is documented below.
suspend fun dsRecords(argument: List<suspend RegistrationDnsSettingsCustomDnsDsRecordArgsBuilder.() -> Unit>)
suspend fun dsRecords(vararg argument: suspend RegistrationDnsSettingsCustomDnsDsRecordArgsBuilder.() -> Unit)
suspend fun dsRecords(argument: suspend RegistrationDnsSettingsCustomDnsDsRecordArgsBuilder.() -> Unit)
Parameters
argument
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled. Structure is documented below.