Show / Hide Table of Contents

Class CustomDomainStatus

The status of a custom domain's linkage to a backend.

Inheritance
object
CustomDomainStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class CustomDomainStatus : IDirectResponseSchema

Properties

CertState

Output only. Tracks SSL certificate status for the domain.

Declaration
[JsonProperty("certState")]
public virtual string CertState { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HostState

Output only. Tracks whether a custom domain is detected as appropriately directing traffic to App Hosting.

Declaration
[JsonProperty("hostState")]
public virtual string HostState { get; set; }
Property Value
Type Description
string

Issues

Output only. A list of issues with domain configuration. Allows users to self-correct problems with DNS records.

Declaration
[JsonProperty("issues")]
public virtual IList<Status> Issues { get; set; }
Property Value
Type Description
IList<Status>

OwnershipState

Output only. Tracks whether the backend is permitted to serve content on the domain, based off the domain's DNS records.

Declaration
[JsonProperty("ownershipState")]
public virtual string OwnershipState { get; set; }
Property Value
Type Description
string

RequiredDnsUpdates

Output only. Lists the records that must added or removed to a custom domain's DNS in order to finish setup and start serving content. Field is present during onboarding. Also present after onboarding if one or more of the above states is not *_ACTIVE, indicating the domain's DNS records are in a bad state.

Declaration
[JsonProperty("requiredDnsUpdates")]
public virtual IList<DnsUpdates> RequiredDnsUpdates { get; set; }
Property Value
Type Description
IList<DnsUpdates>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX