Certificate Manager v1 API - Class GetDnsAuthorizationRequest (2.8.0)

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

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

Request for the GetDnsAuthorization method.

Inheritance

object > GetDnsAuthorizationRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

GetDnsAuthorizationRequest()

public GetDnsAuthorizationRequest()

GetDnsAuthorizationRequest(GetDnsAuthorizationRequest)

public GetDnsAuthorizationRequest(GetDnsAuthorizationRequest other)
Parameter
Name Description
other GetDnsAuthorizationRequest

Properties

DnsAuthorizationName

public DnsAuthorizationName DnsAuthorizationName { get; set; }

DnsAuthorizationName-typed view over the Name resource name property.

Property Value
Type Description
DnsAuthorizationName

Name

public string Name { get; set; }

Required. A name of the dns authorization to describe. Must be in the format projects/*/locations/*/dnsAuthorizations/*.

Property Value
Type Description
string