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-04-01 UTC."],[[["The `UpdateDnsAuthorizationRequest` class, part of the Certificate Manager v1 API, is used to request updates to a DNS authorization."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, and cloning."],["The `UpdateDnsAuthorizationRequest` class has two constructors, one default and another for copying existing instances."],["It contains properties `DnsAuthorization` of type `DnsAuthorization`, which represents the DNS authorization definition to be updated, and `UpdateMask` of type `FieldMask`, which specifies which fields of the resource should be updated."],["The webpage also includes links to documentation for various versions of the API ranging from 1.0.0-beta02 to 2.8.0, with 2.8.0 being the most current version."]]],[]]