Show / Hide Table of Contents

Class AcmeTxtRecord

The TXT record message that represents an ACME DNS-01 challenge.

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

Properties

Digest

Holds the ACME challenge data put in the TXT record. This will be checked to be a valid TXT record data entry.

Declaration
[JsonProperty("digest")]
public virtual string Digest { 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

Fqdn

The domain/subdomain for the record. In a request, this MAY be Unicode or Punycode. In a response, this will be in Unicode. The fqdn MUST contain the root_domain field on the request.

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

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time when this record was last updated. This will be in UTC time.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX