Show / Hide Table of Contents

Class CertVerification

A set of ACME challenges you can use to allow Hosting to create an SSL certificate for your domain name before directing traffic to Hosting servers. Use either the DNS or HTTP challenge; it's not necessary to provide both.

Inheritance
object
CertVerification
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.FirebaseHosting.v1.Data
Assembly: Google.Apis.FirebaseHosting.v1.dll
Syntax
public class CertVerification : IDirectResponseSchema

Properties

Dns

Output only. A TXT record to add to your DNS records that confirms your intent to let Hosting create an SSL cert for your domain name.

Declaration
[JsonProperty("dns")]
public virtual DnsUpdates Dns { get; set; }
Property Value
Type Description
DnsUpdates

ETag

The ETag of the item.

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

Http

Output only. A file to add to your existing, non-Hosting hosting service that confirms your intent to let Hosting create an SSL cert for your domain name.

Declaration
[JsonProperty("http")]
public virtual HttpUpdate Http { get; set; }
Property Value
Type Description
HttpUpdate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX