Class ManagedCertificate
A certificate managed by App Engine.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ManagedCertificate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastRenewalTime
object representation of LastRenewalTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRenewalTimeDateTimeOffset instead.")]
public virtual object LastRenewalTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastRenewalTimeDateTimeOffset
DateTimeOffset representation of LastRenewalTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRenewalTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastRenewalTimeRaw
Time at which the certificate was last renewed. The renewal process is fully managed. Certificate renewal will automatically occur before the certificate expires. Renewal errors can be tracked via ManagementStatus.@OutputOnly
Declaration
[JsonProperty("lastRenewalTime")]
public virtual string LastRenewalTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.@OutputOnly
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |