Enterprises
class Enterprises extends Resource (View source)
The "enterprises" collection of methods.
Typical usage is:
$androidmanagementService = new Google\Service\AndroidManagement(...);
$enterprises = $androidmanagementService->enterprises;
Methods
Creates an enterprise. This is the last step in the enterprise signup flow.
Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises. (enterprises.delete)
Gets an enterprise. (enterprises.get)
Lists EMM-managed enterprises. Only BASIC fields are returned.
Updates an enterprise. See also: SigninDetail (enterprises.patch)
Details
Enterprise
create(Enterprise $postBody, array $optParams = [])
Creates an enterprise. This is the last step in the enterprise signup flow.
See also: SigninDetail (enterprises.create)
AndroidmanagementEmpty
delete(string $name, array $optParams = [])
Permanently deletes an enterprise and all accounts and data associated with it. Warning: this will result in a cascaded deletion of all AM API devices associated with the deleted enterprise. Only available for EMM-managed enterprises. (enterprises.delete)
Enterprise
get(string $name, array $optParams = [])
Gets an enterprise. (enterprises.get)
ListEnterprisesResponse
listEnterprises(array $optParams = [])
Lists EMM-managed enterprises. Only BASIC fields are returned.
(enterprises.listEnterprises)
Enterprise
patch(string $name, Enterprise $postBody, array $optParams = [])
Updates an enterprise. See also: SigninDetail (enterprises.patch)