google_api_dns v0.3.0 GoogleApi.DNS.V1.Model.DnsKey View Source

Attributes

  • algorithm (String.t): Defaults to: null.

    • Enum - one of [ecdsap256sha256, ecdsap384sha384, rsasha1, rsasha256, rsasha512]
  • creationTime (String.t): Defaults to: null.
  • description (String.t): Defaults to: null.
  • digests ([DnsKeyDigest]): Defaults to: null.
  • id (String.t): Defaults to: null.
  • isActive (boolean()): Defaults to: null.
  • keyLength (integer()): Defaults to: null.
  • keyTag (integer()): Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "dns#dnsKey". Defaults to: null.
  • publicKey (String.t): Defaults to: null.
  • type (String.t): Defaults to: null.

    • Enum - one of [keySigning, zoneSigning]

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.DnsKey{
  algorithm: any(),
  creationTime: any(),
  description: any(),
  digests: [GoogleApi.DNS.V1.Model.DnsKeyDigest.t()],
  id: any(),
  isActive: any(),
  keyLength: any(),
  keyTag: any(),
  kind: any(),
  publicKey: any(),
  type: 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.