class Managedconfigurationssettings extends Resource (View source)

The "managedconfigurationssettings" collection of methods.

Typical usage is:

 $androidenterpriseService = new Google\Service\AndroidEnterprise(...);
 $managedconfigurationssettings = $androidenterpriseService->managedconfigurationssettings;

Methods

listManagedconfigurationssettings(string $enterpriseId, string $productId, array $optParams = [])

Lists all the managed configurations settings for the specified app.

Details

ManagedConfigurationsSettingsListResponse listManagedconfigurationssettings(string $enterpriseId, string $productId, array $optParams = [])

Lists all the managed configurations settings for the specified app.

(managedconfigurationssettings.listManagedconfigurationssettings)

Parameters

string $enterpriseId

The ID of the enterprise.

string $productId

The ID of the product for which the managed configurations settings applies to.

array $optParams

Optional parameters.

Return Value

ManagedConfigurationsSettingsListResponse

Exceptions

Exception