View Source GoogleApi.FirebaseHosting.V1beta1.Model.CertVerification (google_api_firebase_hosting v0.17.1)

A set of ACME challenges you can use to allow Hosting to create an SSL certificate for your domain name before directing traffic to Hosting servers. Use either the DNS or HTTP challenge; it's not necessary to provide both.

Attributes

  • dns (type: GoogleApi.FirebaseHosting.V1beta1.Model.DnsUpdates.t, default: nil) - Output only. A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.
  • http (type: GoogleApi.FirebaseHosting.V1beta1.Model.HttpUpdate.t, default: nil) - Output only. A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.CertVerification{
  dns: GoogleApi.FirebaseHosting.V1beta1.Model.DnsUpdates.t() | nil,
  http: GoogleApi.FirebaseHosting.V1beta1.Model.HttpUpdate.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.