dnssecCapabilities
Keine Beschreibung in der Spezifikation vorhanden.
| Feld | Typ | Pflicht | Beschreibung |
|---|---|---|---|
supported | boolean | ja | - |
provider | string | ja | - |
mode_regfish_available | boolean | ja | - |
mode_external_available | boolean | ja | - |
accepted_record_kinds | dnssecRecordKind[] | ja | - |
min_records | integer | ja | - |
max_records | integer | nein | - |
accepted_algorithms | integer[] | ja | - |
reason_unavailable | string | nein | - |
Beispiel
Abschnitt betitelt „Beispiel“{ "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"}