CustomersApps
class CustomersApps extends Resource (View source)
The "apps" collection of methods.
Typical usage is:
$chromemanagementService = new Google\Service\ChromeManagement(...);
$apps = $chromemanagementService->customers_apps;
Methods
countChromeAppRequests(string $customer, array $optParams = [])
Generate summary of app installation requests. (apps.countChromeAppRequests)
fetchDevicesRequestingExtension(string $customer, array $optParams = [])
Get a list of devices that have requested to install an extension.
fetchUsersRequestingExtension(string $customer, array $optParams = [])
Get a list of users that have requested to install an extension.
Details
GoogleChromeManagementV1CountChromeAppRequestsResponse
countChromeAppRequests(string $customer, array $optParams = [])
Generate summary of app installation requests. (apps.countChromeAppRequests)
GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse
fetchDevicesRequestingExtension(string $customer, array $optParams = [])
Get a list of devices that have requested to install an extension.
(apps.fetchDevicesRequestingExtension)
GoogleChromeManagementV1FetchUsersRequestingExtensionResponse
fetchUsersRequestingExtension(string $customer, array $optParams = [])
Get a list of users that have requested to install an extension.
(apps.fetchUsersRequestingExtension)