Show / Hide Table of Contents

Namespace Google.Apis.AndroidProvisioningPartner.v1

Classes

AndroidProvisioningPartnerBaseServiceRequest<TResponse>

A base abstract class for AndroidProvisioningPartner requests.

AndroidProvisioningPartnerService

The AndroidProvisioningPartner Service.

CustomersResource

The "customers" collection of methods.

CustomersResource.ConfigurationsResource

The "configurations" collection of methods.

CustomersResource.ConfigurationsResource.CreateRequest

Creates a new configuration. Once created, a customer can apply the configuration to devices.

CustomersResource.ConfigurationsResource.DeleteRequest

Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied.

CustomersResource.ConfigurationsResource.GetRequest

Gets the details of a configuration.

CustomersResource.ConfigurationsResource.ListRequest

Lists a customer's configurations.

CustomersResource.ConfigurationsResource.PatchRequest

Updates a configuration's field values.

CustomersResource.DevicesResource

The "devices" collection of methods.

CustomersResource.DevicesResource.ApplyConfigurationRequest

Applies a Configuration to the device to register the device for zero-touch enrollment. After applying a configuration to a device, the device automatically provisions itself on first boot, or next factory reset.

CustomersResource.DevicesResource.GetRequest

Gets the details of a device.

CustomersResource.DevicesResource.ListRequest

Lists a customer's devices.

CustomersResource.DevicesResource.RemoveConfigurationRequest

Removes a configuration from device.

CustomersResource.DevicesResource.UnclaimRequest

Unclaims a device from a customer and removes it from zero-touch enrollment. After removing a device, a customer must contact their reseller to register the device into zero-touch enrollment again.

CustomersResource.DpcsResource

The "dpcs" collection of methods.

CustomersResource.DpcsResource.ListRequest

Lists the DPCs (device policy controllers) that support zero-touch enrollment.

CustomersResource.ListRequest

Lists the user's customer accounts.

OperationsResource

The "operations" collection of methods.

OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

PartnersResource

The "partners" collection of methods.

PartnersResource.CustomersResource

The "customers" collection of methods.

PartnersResource.CustomersResource.CreateRequest

Creates a customer for zero-touch enrollment. After the method returns successfully, admin and owner roles can manage devices and EMM configs by calling API methods or using their zero-touch enrollment portal. The customer receives an email that welcomes them to zero-touch enrollment and explains how to sign into the portal.

PartnersResource.CustomersResource.ListRequest

Lists the customers that are enrolled to the reseller identified by the partnerId argument. This list includes customers that the reseller created and customers that enrolled themselves using the portal.

PartnersResource.DevicesResource

The "devices" collection of methods.

PartnersResource.DevicesResource.ClaimAsyncRequest

Claims a batch of devices for a customer asynchronously. Adds the devices to zero-touch enrollment. To learn more, read Long‑running batch operations.

PartnersResource.DevicesResource.ClaimRequest

Claims a device for a customer and adds it to zero-touch enrollment. If the device is already claimed by another customer, the call returns an error.

PartnersResource.DevicesResource.FindByIdentifierRequest

Finds devices by hardware identifiers, such as IMEI.

PartnersResource.DevicesResource.FindByOwnerRequest

Finds devices claimed for customers. The results only contain devices registered to the reseller that's identified by the partnerId argument. The customer's devices purchased from other resellers don't appear in the results.

PartnersResource.DevicesResource.GetRequest

Gets a device.

PartnersResource.DevicesResource.GetSimLockStateRequest

Gets a device's SIM lock state.

PartnersResource.DevicesResource.MetadataRequest

Updates reseller metadata associated with the device. Android devices only.

PartnersResource.DevicesResource.UnclaimAsyncRequest

Unclaims a batch of devices for a customer asynchronously. Removes the devices from zero-touch enrollment. To learn more, read Long‑running batch operations.

PartnersResource.DevicesResource.UnclaimRequest

Unclaims a device from a customer and removes it from zero-touch enrollment.

PartnersResource.DevicesResource.UpdateMetadataAsyncRequest

Updates the reseller metadata attached to a batch of devices. This method updates devices asynchronously and returns an Operation that can be used to track progress. Read Long‑running batch operations. Android Devices only.

PartnersResource.VendorsResource

The "vendors" collection of methods.

PartnersResource.VendorsResource.CustomersResource

The "customers" collection of methods.

PartnersResource.VendorsResource.CustomersResource.ListRequest

Lists the customers of the vendor.

PartnersResource.VendorsResource.ListRequest

Lists the vendors of the partner.

Enums

AndroidProvisioningPartnerBaseServiceRequest<TResponse>.AltEnum

Data format for response.

AndroidProvisioningPartnerBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX