Show / Hide Table of Contents

Class SslCertificateManagedSslCertificate

Configuration and status of a managed SSL certificate.

Inheritance
object
SslCertificateManagedSslCertificate
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SslCertificateManagedSslCertificate : IDirectResponseSchema

Properties

DomainStatus

[Output only] Detailed statuses of the domains specified for managed certificate resource.

Declaration
[JsonProperty("domainStatus")]
public virtual IDictionary<string, string> DomainStatus { get; set; }
Property Value
Type Description
IDictionary<string, string>

Domains

The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the maximum number of domains per Google-managed SSL certificate.

Declaration
[JsonProperty("domains")]
public virtual IList<string> Domains { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Status

[Output only] Status of the managed certificate resource.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX