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
Search Console.
[[["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 within the Google Cloud App Engine v1 API represents a domain authorized for use by a user, requiring verification via Search Console."],["The latest version available for the `AuthorizedDomain` documentation is 2.4.0, with older versions ranging back to 1.0.0 also documented."],["`AuthorizedDomain` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, indicating its structure and capabilities within the API."],["The class includes properties such as `Id` and `Name` to manage the fully qualified domain name and its resource path, respectively, within the App Engine environment."],["This class is defined within the `Google.Cloud.AppEngine.V1` namespace and is part of the `Google.Cloud.AppEngine.V1.dll` assembly."]]],[]]