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 in the Google Cloud App Engine v1 API represents a domain authorized for use within the App Engine environment."],["The latest version of `AuthorizedDomain` is 2.4.0, with previous versions available ranging from 2.3.0 down to 1.0.0 for the user to access."],["To authorize a domain, ownership verification is required through Google Search Console."],["The `AuthorizedDomain` class includes properties for `Id`, representing the fully qualified domain name, and `Name`, which is the full API resource path."],["The `AuthorizedDomain` implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` from Google.Protobuf, among others, and inherits from object."]]],[]]