public sealed class DnsAuthorization : IMessage<DnsAuthorization>, IEquatable<DnsAuthorization>, IDeepCloneable<DnsAuthorization>, IBufferMessage, IMessage
A DnsAuthorization resource describes a way to perform domain authorization for certificate issuance.
Implements
IMessage<DnsAuthorization>, IEquatable<DnsAuthorization>, IDeepCloneable<DnsAuthorization>, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
DnsAuthorization()
public DnsAuthorization()
DnsAuthorization(DnsAuthorization)
public DnsAuthorization(DnsAuthorization other)
Parameter | |
---|---|
Name | Description |
other | DnsAuthorization |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The creation timestamp of a DnsAuthorization.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
One or more paragraphs of text description of a DnsAuthorization.
Property Value | |
---|---|
Type | Description |
String |
DnsAuthorizationName
public DnsAuthorizationName DnsAuthorizationName { get; set; }
DnsAuthorizationName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DnsAuthorizationName |
DnsResourceRecord
public DnsAuthorization.Types.DnsResourceRecord DnsResourceRecord { get; set; }
Output only. DNS Resource Record that needs to be added to DNS configuration.
Property Value | |
---|---|
Type | Description |
DnsAuthorization.Types.DnsResourceRecord |
Domain
public string Domain { get; set; }
Required. Immutable. A domain which 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 | |
---|---|
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
Set of labels associated with a DnsAuthorization.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
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 | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update timestamp of a DnsAuthorization.
Property Value | |
---|---|
Type | Description |
Timestamp |