Class AuthorizedDomain (1.5.2)

AuthorizedDomain(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A domain that a user has been authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central <https://www.google.com/webmasters/verification/home>__.

Attributes

NameDescription
name str
Full path to the ``AuthorizedDomain`` resource in the API. Example: ``apps/myapp/authorizedDomains/example.com``. @OutputOnly
id str
Fully qualified domain name of the domain authorized for use. Example: ``example.com``.

Inheritance

builtins.object > proto.message.Message > AuthorizedDomain