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.
Implements
IMessageDnsAuthorization, IEquatableDnsAuthorization, IDeepCloneableDnsAuthorization, 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 |
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 | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Set of labels associated with a DnsAuthorization.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DnsAuthorizationTypesType |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update timestamp of a DnsAuthorization.
Property Value | |
---|---|
Type | Description |
Timestamp |