google_api_dns v0.4.0 GoogleApi.DNS.V1.Model.DnsKeySpec 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 (String.t): String mnemonic specifying the DNSSEC algorithm of this key. Defaults to
nil
. - keyLength (integer()): Length of the keys in bits. Defaults to
nil
. - keyType (String.t): 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. Defaults to
nil
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec". Defaults to
dns#dnsKeySpec
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.