dsState property
The state of DS records for this domain.
Used to enable or disable automatic DNSSEC.
Required. Possible string values are:
- "DS_STATE_UNSPECIFIED" : DS state is unspecified.
- "DS_RECORDS_UNPUBLISHED" : DNSSEC is disabled for this domain. No DS records for this domain are published in the parent DNS zone.
- "DS_RECORDS_PUBLISHED" : DNSSEC is enabled for this domain. Appropriate
DS records for this domain are published in the parent DNS zone. This
option is valid only if the DNS zone referenced in the
Registration
'sdns_provider
field is already DNSSEC-signed.
Implementation
core.String? dsState;