App Engine v1 API - Class AuthorizedDomain (2.3.0)

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.

Inheritance

object > AuthorizedDomain

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

AuthorizedDomain()

public AuthorizedDomain()

AuthorizedDomain(AuthorizedDomain)

public AuthorizedDomain(AuthorizedDomain other)
Parameter
NameDescription
otherAuthorizedDomain

Properties

Id

public string Id { get; set; }

Fully qualified domain name of the domain authorized for use. Example: example.com.

Property Value
TypeDescription
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
TypeDescription
string