class ProjectsLocationsApplicationsAuthorizedDomains extends Resource (View source)

The "authorizedDomains" collection of methods.

Typical usage is:

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

Methods

listProjectsLocationsApplicationsAuthorizedDomains(string $projectsId, string $locationsId, string $applicationsId, array $optParams = [])

Lists all domains the user is authorized to administer.

Details

ListAuthorizedDomainsResponse listProjectsLocationsApplicationsAuthorizedDomains(string $projectsId, string $locationsId, string $applicationsId, array $optParams = [])

Lists all domains the user is authorized to administer.

(authorizedDomains.listProjectsLocationsApplicationsAuthorizedDomains)

Parameters

string $projectsId

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

string $locationsId

Part of parent. See documentation of projectsId.

string $applicationsId

Part of parent. See documentation of projectsId.

array $optParams

Optional parameters.

Return Value

ListAuthorizedDomainsResponse

Exceptions

Exception