GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning (google_api_firebase_hosting v0.15.0) View Source
The current certificate provisioning status information for a domain.
Attributes
-
certChallengeDiscoveredTxt
(type:list(String.t)
, default:nil
) - The TXT records (for the certificate challenge) that were found at the last DNS fetch. -
certChallengeDns
(type:GoogleApi.FirebaseHosting.V1beta1.Model.CertDnsChallenge.t
, default:nil
) - The DNS challenge for generating a certificate. -
certChallengeHttp
(type:GoogleApi.FirebaseHosting.V1beta1.Model.CertHttpChallenge.t
, default:nil
) - The HTTP challenge for generating a certificate. -
certStatus
(type:String.t
, default:nil
) - The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain. -
discoveredIps
(type:list(String.t)
, default:nil
) - The IPs found at the last DNS fetch. -
dnsFetchTime
(type:DateTime.t
, default:nil
) - The time at which the last DNS fetch occurred. -
dnsStatus
(type:String.t
, default:nil
) - The DNS record match status as of the last DNS fetch. -
expectedIps
(type:list(String.t)
, default:nil
) - The list of IPs to which the domain is expected to resolve.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning{ certChallengeDiscoveredTxt: [String.t()] | nil, certChallengeDns: GoogleApi.FirebaseHosting.V1beta1.Model.CertDnsChallenge.t() | nil, certChallengeHttp: GoogleApi.FirebaseHosting.V1beta1.Model.CertHttpChallenge.t() | nil, certStatus: String.t() | nil, discoveredIps: [String.t()] | nil, dnsFetchTime: DateTime.t() | nil, dnsStatus: String.t() | nil, expectedIps: [String.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.