Certificate Manager v1 API - Class DnsAuthorization (2.6.0)

public sealed class DnsAuthorization : IMessage<DnsAuthorization>, IEquatable<DnsAuthorization>, IDeepCloneable<DnsAuthorization>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Manager v1 API class DnsAuthorization.

A DnsAuthorization resource describes a way to perform domain authorization for certificate issuance.

Inheritance

object > DnsAuthorization

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

DnsAuthorization()

public DnsAuthorization()

DnsAuthorization(DnsAuthorization)

public DnsAuthorization(DnsAuthorization other)
Parameter
NameDescription
otherDnsAuthorization

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation timestamp of a DnsAuthorization.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

One or more paragraphs of text description of a DnsAuthorization.

Property Value
TypeDescription
string

DnsAuthorizationName

public DnsAuthorizationName DnsAuthorizationName { get; set; }

DnsAuthorizationName-typed view over the Name resource name property.

Property Value
TypeDescription
DnsAuthorizationName

DnsResourceRecord

public DnsAuthorization.Types.DnsResourceRecord DnsResourceRecord { get; set; }

Output only. DNS Resource Record that needs to be added to DNS configuration.

Property Value
TypeDescription
DnsAuthorizationTypesDnsResourceRecord

Domain

public string Domain { get; set; }

Required. Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for example.com can be used to issue certificates for example.com and *.example.com.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Set of labels associated with a DnsAuthorization.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern projects/*/locations/*/dnsAuthorizations/*.

Property Value
TypeDescription
string

Type

public DnsAuthorization.Types.Type Type { get; set; }

Immutable. Type of DnsAuthorization. If unset during resource creation the following default will be used:

  • in location global: FIXED_RECORD.
Property Value
TypeDescription
DnsAuthorizationTypesType

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last update timestamp of a DnsAuthorization.

Property Value
TypeDescription
Timestamp