google_api_firebase_hosting v0.2.0 GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning 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
Link to this type
t()
View Sourcet() :: %GoogleApi.FirebaseHosting.V1beta1.Model.DomainProvisioning{ certChallengeDiscoveredTxt: [String.t()], certChallengeDns: GoogleApi.FirebaseHosting.V1beta1.Model.CertDnsChallenge.t(), certChallengeHttp: GoogleApi.FirebaseHosting.V1beta1.Model.CertHttpChallenge.t(), certStatus: String.t(), discoveredIps: [String.t()], dnsFetchTime: DateTime.t(), dnsStatus: String.t(), expectedIps: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.