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."],[[["This webpage provides documentation for the `AuthorizedDomain` class within the Google.Cloud.AppEngine.V1 API, specifically version 2.3.0."],["The `AuthorizedDomain` class represents a domain that a user has been authorized to administer, and ownership can be verified through Google Search Console."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various methods for object interaction and manipulation."],["The `AuthorizedDomain` class includes properties for `Id` (the fully qualified domain name) and `Name` (the full API resource path), both represented as strings."],["Multiple versions of this documentation are available, ranging from version 1.0.0 up to the latest version, 2.4.0."]]],[]]