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 `AuthorizedDomain` class represents a domain that a user is authorized to administer within Google Cloud App Engine."],["Users must verify ownership of a domain through Webmaster Central to authorize its use."],["The latest version of `AuthorizedDomain` is 2.4.0, with versions ranging from 1.0.0 to 2.4.0 available for reference."],["The `AuthorizedDomain` class includes properties `Id` for the fully qualified domain name and `Name` for the full API path, both of which are string types."],["The `AuthorizedDomain` class inherits from the `Object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]