REST Resource: dnsKeys

Resource: DnsKey

A DNSSEC key pair.

JSON representation
{
  "id": string,
  "algorithm": enum (Algorithm),
  "keyLength": integer,
  "publicKey": string,
  "creationTime": string,
  "isActive": boolean,
  "type": enum (KeyType),
  "keyTag": integer,
  "digests": [
    {
      object (Digest)
    }
  ],
  "description": string,
  "kind": string
}
Fields
id

string

Unique identifier for the resource; defined by the server (output only).

algorithm

enum (Algorithm)

String mnemonic specifying the DNSSEC algorithm of this key. Immutable after creation time.

keyLength

integer

Length of the key in bits. Specified at creation time, and then immutable.