Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1005 Bytes

Cryptokey.md

File metadata and controls

19 lines (15 loc) · 1005 Bytes

Cryptokey

Properties

Name Type Description Notes
type str set to "Cryptokey" [optional]
id int The internal identifier, read only [optional]
keytype str [optional]
active bool Whether or not the key is in active use [optional]
published bool Whether or not the DNSKEY record is published in the zone [optional]
dnskey str The DNSKEY record for this key [optional]
ds list[str] An array of DS records for this key [optional]
privatekey str The private key in ISC format [optional]
algorithm str The name of the algorithm of the key, should be a mnemonic [optional]
bits int The size of the key [optional]

[Back to Model list] [Back to API list] [Back to README]