type property

String? type
getter/setter pair

One of "KEY_SIGNING" or "ZONE_SIGNING".

Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, are used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag is cleared, and this key is used to sign only resource record sets of other types. Immutable after creation time. Possible string values are:

  • "keySigning"
  • "zoneSigning"

Implementation

core.String? type;