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, while this page specifically details version 1.3.0."],["The `AuthorizedDomain` class represents a domain that a user is authorized to administer, requiring verification of ownership via Webmaster Central."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The `AuthorizedDomain` class has two properties, `Id` for the fully qualified domain name (e.g., `example.com`), and `Name` for the full API resource path (e.g., `apps/myapp/authorizedDomains/example.com`)."],["The `AuthorizedDomain` class has two constructors: one default constructor with no parameters and one that takes another `AuthorizedDomain` as a parameter."]]],[]]