google_api_dns v0.1.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: null.

    • Enum - one of [ecdsap256sha256, ecdsap384sha384, rsasha1, rsasha256, rsasha512]
  • keyLength (integer()): Length of the keys in bits. Defaults to: null.
  • keyType (String.t): One of "KEY_SIGNING" or "ZONE_SIGNING". Keys of type KEY_SIGNING have the Secure Entry Point flag set and, when active, will be used to sign only resource record sets of type DNSKEY. Otherwise, the Secure Entry Point flag will be cleared and this key will be used to sign only resource record sets of other types. Defaults to: null.

    • Enum - one of [keySigning, zoneSigning]
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#dnsKeySpec". Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.DNS.V1.Model.DnsKeySpec{
  algorithm: any(),
  keyLength: any(),
  keyType: any(),
  kind: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.