class ProvisioningInfo extends Resource (View source)

The "provisioningInfo" collection of methods.

Typical usage is:

 $androidmanagementService = new Google\Service\AndroidManagement(...);
 $provisioningInfo = $androidmanagementService->provisioningInfo;

Methods

get(string $name, array $optParams = [])

Get the device provisioning information by the identifier provided in the sign-in url. (provisioningInfo.get)

Details

ProvisioningInfo get(string $name, array $optParams = [])

Get the device provisioning information by the identifier provided in the sign-in url. (provisioningInfo.get)

Parameters

string $name

Required. The identifier that Android Device Policy passes to the 3P sign-in page in the form of provisioningInfo/{provisioning_info}.

array $optParams

Optional parameters.

Return Value

ProvisioningInfo

Exceptions

Exception