public sealed class AuthorizedDomain : IMessage<AuthorizedDomain>, IEquatable<AuthorizedDomain>, IDeepCloneable<AuthorizedDomain>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class AuthorizedDomain.
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` API class is 2.4.0, with this page specifically detailing version 2.1.0, and multiple versions are available from 1.0.0 up until the latest release."],["The `AuthorizedDomain` class, part of the Google.Cloud.AppEngine.V1 namespace, represents a domain that a user is authorized to administer, requiring verification of ownership via Webmaster Central."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AuthorizedDomain` class has properties to handle the `Id` and the full `Name` of the authorized domain, including its fully qualified domain name."],["The class offers two constructors, one default and one to construct it using another instance of `AuthorizedDomain`."]]],[]]