dnssecCapabilities
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
supported |
boolean |
yes | — |
provider |
string |
yes | — |
mode_regfish_available |
boolean |
yes | — |
mode_external_available |
boolean |
yes | — |
accepted_record_kinds |
dnssecRecordKind[] | yes | — |
min_records |
integer |
yes | — |
max_records |
integer |
no | — |
accepted_algorithms |
integer[] |
yes | — |
reason_unavailable |
string |
no | — |
Example
Section titled “Example”{ "supported": true, "provider": "string", "mode_regfish_available": true, "mode_external_available": true, "accepted_record_kinds": [ "ds" ], "min_records": 0, "max_records": 0, "accepted_algorithms": [ 0 ], "reason_unavailable": "string"}