state property
Specifies whether DNSSEC is enabled, and what mode it is in. Possible string values are:
- "off" : DNSSEC is disabled; the zone is not signed.
- "on" : DNSSEC is enabled; the zone is signed and fully managed.
- "transfer" : DNSSEC is enabled, but in a "transfer" mode.
Implementation
core.String? state;