DnsKeySpecResponse

data class DnsKeySpecResponse(val algorithm: String, val keyLength: Int, val keyType: String, val kind: String)

Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.

Constructors

Link copied to clipboard
fun DnsKeySpecResponse(algorithm: String, keyLength: Int, keyType: String, kind: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

String mnemonic specifying the DNSSEC algorithm of this key.

Link copied to clipboard

Length of the keys in bits.

Link copied to clipboard

Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.

Link copied to clipboard