Get Zone Dnssec Result
data class GetZoneDnssecResult(val algorithm: String, val digest: String, val digestAlgorithm: String, val digestType: String, val dnssecMultiSigner: Boolean, val dnssecPresigned: Boolean, val ds: String, val flags: Double, val id: String, val keyTag: Double, val keyType: String, val modifiedOn: String, val publicKey: String, val status: String, val zoneId: String)
A collection of values returned by getZoneDnssec.
Properties
Link copied to clipboard
Type of digest algorithm.
Link copied to clipboard
Coded type for digest algorithm.
Link copied to clipboard
If true, multi-signer DNSSEC is enabled on the zone, allowing multiple providers to serve a DNSSEC-signed zone at the same time. This is required for DNSKEY records (except those automatically generated by Cloudflare) to be added to the zone.
Link copied to clipboard
Link copied to clipboard