Show / Hide Table of Contents

Class DnsResourceRecord

The structure describing the DNS Resource Record that needs to be added to DNS configuration for the authorization to be usable by certificate.

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

Properties

Data

Output only. Data of the DNS Resource Record.

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

Name

Output only. Fully qualified name of the DNS Resource Record. e.g. _acme-challenge.example.com

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

Type

Output only. Type of the DNS Resource Record. Currently always set to "CNAME".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX