DomainProvisioning class

The current certificate provisioning status information for a domain.

Constructors

DomainProvisioning({List<String>? certChallengeDiscoveredTxt, CertDnsChallenge? certChallengeDns, CertHttpChallenge? certChallengeHttp, String? certStatus, List<String>? discoveredIps, String? dnsFetchTime, String? dnsStatus, List<String>? expectedIps})
DomainProvisioning.fromJson(Map json_)

Properties

certChallengeDiscoveredTxt List<String>?
The TXT records (for the certificate challenge) that were found at the last DNS fetch.
getter/setter pair
certChallengeDns CertDnsChallenge?
The DNS challenge for generating a certificate.
getter/setter pair
certChallengeHttp CertHttpChallenge?
The HTTP challenge for generating a certificate.
getter/setter pair
certStatus String?
The certificate provisioning status; updated when Firebase Hosting provisions an SSL certificate for the domain. Possible string values are:
getter/setter pair
discoveredIps List<String>?
The IPs found at the last DNS fetch.
getter/setter pair
dnsFetchTime String?
The time at which the last DNS fetch occurred.
getter/setter pair
dnsStatus String?
The DNS record match status as of the last DNS fetch. Possible string values are:
getter/setter pair
expectedIps List<String>?
The list of IPs to which the domain is expected to resolve.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited