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."],[[["This webpage details the `AuthorizedDomain` class within the `Google.Cloud.AppEngine.V1` namespace, providing information on managing domains authorized for user administration."],["The `AuthorizedDomain` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data structures."],["Users can create `AuthorizedDomain` objects through two constructors: a default constructor, and one that copies an existing `AuthorizedDomain` object."],["The class has two key properties, `Id` and `Name`, which represent the fully qualified domain name and the full API resource path of the authorized domain, respectively."],["The current documentation includes the latest version `2.4.0`, and many previous versions all the way to `1.0.0`."]]],[]]