Class SslCertificateManagedSslCertificate
Configuration and status of a managed SSL certificate.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |