Interface DnsKeySpec (4.0.0)

Package

@google-cloud/dns

Properties

algorithm

algorithm?: string | null;

String mnemonic specifying the DNSSEC algorithm of this key.

keyLength

keyLength?: number | null;

Length of the keys in bits.

keyType

keyType?: string | null;

Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets.

kind

kind?: string | null;