public sealed class AuthorizedDomain : IMessage<AuthorizedDomain>, IEquatable<AuthorizedDomain>, IDeepCloneable<AuthorizedDomain>, IBufferMessage, IMessage
A domain that a user has been authorized to administer. To authorize use
of a domain, verify ownership via
Webmaster Central.
[[["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."],[[["The latest version of the `AuthorizedDomain` class is 2.4.0, with older versions available from 2.3.0 down to 1.0.0."],["The `AuthorizedDomain` class represents a domain that a user has been authorized to administer, verified through Webmaster Central."],["It inherits from `Object` and implements `IMessage\u003cAuthorizedDomain\u003e`, `IEquatable\u003cAuthorizedDomain\u003e`, `IDeepCloneable\u003cAuthorizedDomain\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of `AuthorizedDomain` include `Id`, representing the fully qualified domain name, and `Name`, which is the full API resource path."],["The `AuthorizedDomain` class has two constructors, one of which is parameterless, the other taking an `AuthorizedDomain` parameter."]]],[]]