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.
Implements
Google.Protobuf.IMessage<AuthorizedDomain>, IEquatable<AuthorizedDomain>, Google.Protobuf.IDeepCloneable<AuthorizedDomain>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
AuthorizedDomain()
public AuthorizedDomain()
AuthorizedDomain(AuthorizedDomain)
public AuthorizedDomain(AuthorizedDomain other)
Parameter | |
---|---|
Name | Description |
other | AuthorizedDomain |
Properties
Id
public string Id { get; set; }
Fully qualified domain name of the domain authorized for use. Example:
example.com
.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Full path to the AuthorizedDomain
resource in the API. Example:
apps/myapp/authorizedDomains/example.com
.
@OutputOnly
Property Value | |
---|---|
Type | Description |
String |