OrganizationsApps
class OrganizationsApps extends Resource (View source)
The "apps" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$apps = $apigeeService->organizations_apps;
Methods
get(string $name, array $optParams = [])
Gets the app profile for the specified app ID. (apps.get)
listOrganizationsApps(string $parent, array $optParams = [])
Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company). (apps.listOrganizationsApps)
Details
GoogleCloudApigeeV1App
get(string $name, array $optParams = [])
Gets the app profile for the specified app ID. (apps.get)
GoogleCloudApigeeV1ListAppsResponse
listOrganizationsApps(string $parent, array $optParams = [])
Lists IDs of apps within an organization that have the specified app status (approved or revoked) or are of the specified app type (developer or company). (apps.listOrganizationsApps)