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 latest version available for `Google.Cloud.AppEngine.V1.AuthorizedDomain` is 2.4.0, and it documents versions ranging from 1.0.0 to 2.4.0."],["`AuthorizedDomain` represents a domain authorized for user administration, requiring ownership verification via Google's Webmaster Central."],["`AuthorizedDomain` is a class that inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AuthorizedDomain` class has two constructors, one parameterless and another that accepts another `AuthorizedDomain` instance."],["Key properties of `AuthorizedDomain` include `Id`, which is the domain name, and `Name`, which represents the full resource path in the API."]]],[]]