public sealed class UpdateDnsAuthorizationRequest : IMessage<UpdateDnsAuthorizationRequest>, IEquatable<UpdateDnsAuthorizationRequest>, IDeepCloneable<UpdateDnsAuthorizationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class UpdateDnsAuthorizationRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `UpdateDnsAuthorizationRequest` class within the Google Cloud Certificate Manager v1 API, specifically for version 2.4.0 and other versions, including the latest 2.8.0."],["The `UpdateDnsAuthorizationRequest` class is used to define the request parameters for the `UpdateDnsAuthorization` method."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based communication."],["Key properties of the `UpdateDnsAuthorizationRequest` include `DnsAuthorization`, which is a definition of the dns authorization to update, and `UpdateMask`, which specifies the fields to be updated."],["This class is found within the `Google.Cloud.CertificateManager.V1` namespace, part of the `Google.Cloud.CertificateManager.V1.dll` assembly."]]],[]]