Interface ManagedZoneDnsSecConfig (4.0.0)

Package

@google-cloud/dns

Properties

defaultKeySpecs

defaultKeySpecs?: DnsKeySpec[];

Specifies parameters for generating initial DnsKeys for this ManagedZone. Can only be changed while the state is OFF.

kind

kind?: string | null;

nonExistence

nonExistence?: string | null;

Specifies the mechanism for authenticated denial-of-existence responses. Can only be changed while the state is OFF.

state

state?: 'on' | 'off' | null;

Specifies whether DNSSEC is enabled, and what mode it is in.