GoogleApi.DNS.V1.Model.DnsKeySpec (google_api_dns v0.18.2) View Source
Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
Attributes
-
algorithm
(type:String.t
, default:nil
) - String mnemonic specifying the DNSSEC algorithm of this key. -
keyLength
(type:integer()
, default:nil
) - Length of the keys in bits. -
keyType
(type:String.t
, default:nil
) - 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, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets. -
kind
(type:String.t
, default:dns#dnsKeySpec
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.