Skip to content

dnssecRecord

No description available in the specification.

Field Type Required Description
kind dnssecRecordKind yes (ds, dnskey)
key_tag integer no
flags integer no
protocol integer no
algorithm integer yes
digest_type integer no
digest string no
public_key string no
comment string no
{
"kind": "ds",
"key_tag": 0,
"flags": 0,
"protocol": 0,
"algorithm": 0,
"digest_type": 0,
"digest": "string",
"public_key": "string",
"comment": "string"
}