Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

Cryptokey.md

File metadata and controls

18 lines (14 loc) · 1.05 KB

Cryptokey

Properties

Name Type Description Notes
Type_ string set to "Cryptokey" [optional] [default to null]
Id int32 The internal identifier, read only [optional] [default to null]
Keytype string [optional] [default to null]
Active bool Whether or not the key is in active use [optional] [default to null]
Dnskey string The DNSKEY record for this key [optional] [default to null]
Ds []string An array of DS records for this key [optional] [default to null]
Privatekey string The private key in ISC format [optional] [default to null]
Algorithm string The name of the algorithm of the key, should be a mnemonic [optional] [default to null]
Bits int32 The size of the key [optional] [default to null]

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