keyType property

String? keyType
getter/setter pair

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, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets. Possible string values are:

  • "keySigning"
  • "zoneSigning"

Implementation

core.String? keyType;