class AppsAuthorizedDomains extends Resource (View source)

The "authorizedDomains" collection of methods.

Typical usage is:

 $appengineService = new Google\Service\Appengine(...);
 $authorizedDomains = $appengineService->apps_authorizedDomains;

Methods

listAppsAuthorizedDomains(string $appsId, array $optParams = [])

Lists all domains the user is authorized to administer.

Details

ListAuthorizedDomainsResponse listAppsAuthorizedDomains(string $appsId, array $optParams = [])

Lists all domains the user is authorized to administer.

(authorizedDomains.listAppsAuthorizedDomains)

Parameters

string $appsId

Part of parent. Name of the parent Application resource. Example: apps/myapp.

array $optParams

Optional parameters.

Return Value

ListAuthorizedDomainsResponse

Exceptions

Exception