public sealed class UpdateDnsAuthorizationRequest : IMessage<UpdateDnsAuthorizationRequest>, IEquatable<UpdateDnsAuthorizationRequest>, IDeepCloneable<UpdateDnsAuthorizationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Manager v1 API class UpdateDnsAuthorizationRequest.
Request for the UpdateDnsAuthorization method.
Implements
IMessageUpdateDnsAuthorizationRequest, IEquatableUpdateDnsAuthorizationRequest, IDeepCloneableUpdateDnsAuthorizationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
UpdateDnsAuthorizationRequest()
public UpdateDnsAuthorizationRequest()UpdateDnsAuthorizationRequest(UpdateDnsAuthorizationRequest)
public UpdateDnsAuthorizationRequest(UpdateDnsAuthorizationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDnsAuthorizationRequest |
Properties
DnsAuthorization
public DnsAuthorization DnsAuthorization { get; set; }Required. A definition of the dns authorization to update.
| Property Value | |
|---|---|
| Type | Description |
DnsAuthorization |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|