DnsKeySpec

Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.

JSON representation
{
  "keyType": enum (KeyType),
  "algorithm": enum (Algorithm),
  "keyLength": integer,
  "kind": string
}
Fields
keyType

enum (KeyType)

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.

algorithm

enum (Algorithm)

String mnemonic specifying the DNSSEC algorithm of this key.

keyLength

integer

Length of the keys in bits.

kind

string