status property

String? status
getter/setter pair

Additional status of the domain association.

Output only. Possible string values are:

  • "DOMAIN_STATUS_UNSPECIFIED" : Unspecified domain association status.
  • "DOMAIN_CHANGE_PENDING" : An external operation is in progress on the domain association and no further operations can be performed until it is complete. Formerly used for metabase updates. Not currently used
  • "DOMAIN_ACTIVE" : The domain association is active and no additional action is required.
  • "DOMAIN_VERIFICATION_REQUIRED" : The domain was previously verified in the legacy system. User must reverify the domain through the ownership service.
  • "DOMAIN_VERIFICATION_LOST" : The domain verification has been lost and the domain is in the grace period before being removed from the Firebase Hosting site.

Implementation

core.String? status;