dsRecords property

List<DsRecord>? dsRecords
getter/setter pair

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.

Implementation

core.List<DsRecord>? dsRecords;